Skip to content

Commit

Permalink
Merge pull request #468 from ministryofjustice/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/bridgecrewio/checkov-action-12.2801.0

Bump bridgecrewio/checkov-action from 12.2798.0 to 12.2801.0
  • Loading branch information
ASTRobinson authored Jul 2, 2024
2 parents 12a2fa6 + a7bbb4d commit ad6ddca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@1aa570d5235ac1bb571b6ad857c5ca3ba3670b74 # v12.2798.0
uses: bridgecrewio/checkov-action@73b026fe167ab699ff25fd3a0b65c2760a7de160 # v12.2801.0
with:
directory: ./
framework: terraform
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/go-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
working-directory: test
run: |
chmod 700 ../scripts/redact-output.sh
go test -v | ../scripts/redact-output.sh
go test -v | tee >(../scripts/redact-output.sh)
exit ${PIPESTATUS[0]}

0 comments on commit ad6ddca

Please sign in to comment.