Skip to content

Commit

Permalink
update: bump bridgecrewio/checkov-action
Browse files Browse the repository at this point in the history
Bumps the gh-actions-packages group with 1 update in the / directory: [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action).


Updates `bridgecrewio/checkov-action` from 12.2917.0 to 12.2918.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@cc23a65...05decb4)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent e144fc0 commit 34c817f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.reusable-sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
shell: bash
- name: Scan
if: inputs.output == 'table'
uses: bridgecrewio/checkov-action@cc23a656ff707900310d6870ca2b4289fa070396 # v12.2917.0
uses: bridgecrewio/checkov-action@05decb42b761b4c4ce4927c084165bb4705bbcef # v12.2918.0
with:
output_format: cli
output_file_path: console
soft_fail: false
file: deployment/deployment.yaml
- name: Scan
if: inputs.output == 'sarif'
uses: bridgecrewio/checkov-action@cc23a656ff707900310d6870ca2b4289fa070396 # v12.2917.0
uses: bridgecrewio/checkov-action@05decb42b761b4c4ce4927c084165bb4705bbcef # v12.2918.0
with:
output_file_path: console,checkov-results.sarif
output_format: cli,sarif
Expand Down

0 comments on commit 34c817f

Please sign in to comment.