Skip to content

Commit 14540fc

Browse files
fix: Increase timeout of Trivy scan in workflow
1 parent d21d3ca commit 14540fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ jobs:
299299
ignore-unfixed: false
300300
vuln-type: "os,library"
301301
severity: ${{ steps.set_severity.outputs.severity }}
302+
timeout: "10m0s"
302303
# The cache update takes quite long, so let's try to disable it for now: https://github.com/aquasecurity/trivy-action#cache
303304
cache: "false"
304305
continue-on-error: false

0 commit comments

Comments
 (0)