Skip to content

Commit

Permalink
feat(tf-quality): fix version for checkov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Synehan committed Dec 20, 2024
1 parent 52754e5 commit 14b097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: checkov
uses: bridgecrewio/checkov-action@master
uses: bridgecrewio/checkov-action@63fbdab56e22a18bbc16fdc5208c0d30a71f3a24 # v12.2937.0
with:
directory: ${{ inputs.workdir }}
framework: terraform
Expand Down

0 comments on commit 14b097d

Please sign in to comment.