Skip to content

Commit c5f15cc

Browse files
authored
Add timeout to Trivy scan in CodeQL workflow
1 parent b0b1b17 commit c5f15cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
format: 'sarif'
2121
output: 'trivy-results.sarif'
2222
severity: 'CRITICAL'
23+
timeout: 10m
2324

2425
- name: Upload Trivy scan results to GitHub Security tab
2526
uses: github/codeql-action/upload-sarif@v4

0 commit comments

Comments
 (0)