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

Bump bridgecrewio/checkov-action from 12.2453.0 to 12.2685.0 #27

Merged
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ always() }}
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@bcc1738f8442c405465c017f4c9612582e66c82d
uses: bridgecrewio/checkov-action@17911b01af4a54fa2190c4d3d17866070e6684f9
with:
directory: ${{ env.ANSIBLE_ROLE }}
soft_fail: true
Expand Down
Loading