[CI] Increase timeout for Trivy scan (take 5)
This commit is contained in:
1
.github/workflows/ci-pr.yml
vendored
1
.github/workflows/ci-pr.yml
vendored
@@ -148,6 +148,7 @@ jobs:
|
||||
format: 'table'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
timeout: '30m'
|
||||
skip-files: '**/README.adoc'
|
||||
- name: 'Scanned'
|
||||
shell: bash
|
||||
run: echo "::info ::Scanned"
|
||||
|
||||
1
.github/workflows/common.yml
vendored
1
.github/workflows/common.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
||||
output: 'trivy-results.sarif'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
timeout: '30m'
|
||||
skip-files: '**/README.adoc'
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user