Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: bump bridgecrewio/checkov-action from 12.2917.0 to 12.2923.0 in the gh-actions-packages group across 1 directory #1844

Closed
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/.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@44d9531f89422962743d17ab123eff971d559c94 # v12.2923.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@44d9531f89422962743d17ab123eff971d559c94 # v12.2923.0
with:
output_file_path: console,checkov-results.sarif
output_format: cli,sarif
Expand Down
Loading