Skip to content

Commit 34f14e3

Browse files
committed
extend timeout for trivy scanning cuda image
1 parent 8630ebb commit 34f14e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trivyscan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
format: sarif
9292
output: "${{ steps.manifest.outputs.image-name }}.sarif"
9393
# turn off secret scanning to speed things up
94+
timeout: 15m
9495
env:
9596
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9697

@@ -110,5 +111,6 @@ jobs:
110111
exit-code: '1'
111112
severity: 'CRITICAL'
112113
ignore-unfixed: true
114+
timeout: 15m
113115
env:
114116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)