Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
config: auto

- name: Checkov IaC and workflow scan
uses: bridgecrewio/checkov-action@4048c972aae68d0b983a48bb3479aab2d877b898
uses: bridgecrewio/checkov-action@7b972723c44fb3d256283fac96fae5d7c1894bb7
with:
directory: .
framework: terraform,kubernetes,dockerfile,github_actions
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
config: auto

- name: Checkov IaC and workflow scan
uses: bridgecrewio/checkov-action@4048c972aae68d0b983a48bb3479aab2d877b898
uses: bridgecrewio/checkov-action@7b972723c44fb3d256283fac96fae5d7c1894bb7
with:
directory: .
framework: terraform,kubernetes,dockerfile,github_actions
Expand Down
Loading