We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310e42 commit 7c6bba3Copy full SHA for 7c6bba3
1 file changed
.github/workflows/checkov.yaml
@@ -18,12 +18,13 @@ jobs:
18
PRISMA_API_URL: https://api0.prismacloud.io/
19
steps:
20
- name: Checkout repo
21
- uses: actions/checkout@master@v4
+ uses: actions/checkout@master
22
- name: Run Prisma Cloud action
23
id: Checkov
24
uses: bridgecrewio/checkov-action@master
25
with:
26
directory: '.'
27
+ soft_fail: true
28
api-key: ${{ secrets.BC_API_KEY }}
29
- name: Expose report
30
uses: actions/upload-artifact@v3
0 commit comments