Skip to content

Commit 7c6bba3

Browse files
authored
Update checkov.yaml
1 parent e310e42 commit 7c6bba3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/checkov.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818
PRISMA_API_URL: https://api0.prismacloud.io/
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@master@v4
21+
uses: actions/checkout@master
2222
- name: Run Prisma Cloud action
2323
id: Checkov
2424
uses: bridgecrewio/checkov-action@master
2525
with:
2626
directory: '.'
27+
soft_fail: true
2728
api-key: ${{ secrets.BC_API_KEY }}
2829
- name: Expose report
2930
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)