Skip to content

Commit

Permalink
Merge pull request #45 from padok-team/fix/checkov-version
Browse files Browse the repository at this point in the history
feat(tf-quality): fix version for checkov-action
  • Loading branch information
nlevee authored Dec 20, 2024
2 parents 52754e5 + 14aa612 commit e8e5cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: checkov
uses: bridgecrewio/checkov-action@master
# lock checkov image version to v3.2.340: newer version are buggy (`TypeError: int object is not subscriptable`)
uses: bridgecrewio/checkov-action@a2b0083e03f46abd10e1c6d3e48a896dad73499e # master
with:
directory: ${{ inputs.workdir }}
framework: terraform
Expand Down

0 comments on commit e8e5cf8

Please sign in to comment.