We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8630ebb commit 34f14e3Copy full SHA for 34f14e3
.github/workflows/trivyscan.yml
@@ -91,6 +91,7 @@ jobs:
91
format: sarif
92
output: "${{ steps.manifest.outputs.image-name }}.sarif"
93
# turn off secret scanning to speed things up
94
+ timeout: 15m
95
env:
96
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97
@@ -110,5 +111,6 @@ jobs:
110
111
exit-code: '1'
112
severity: 'CRITICAL'
113
ignore-unfixed: true
114
115
116
0 commit comments