parent
e6f1e909d8
commit
686417ec29
1 changed files with 2 additions and 0 deletions
2
.github/workflows/trivy-analysis.yml
vendored
2
.github/workflows/trivy-analysis.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
||||||
output: trivy-results.sarif
|
output: trivy-results.sarif
|
||||||
severity: MEDIUM,CRITICAL,HIGH
|
severity: MEDIUM,CRITICAL,HIGH
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
|
security-checks: vuln
|
||||||
|
timeout: 15m
|
||||||
|
|
||||||
- name: Upload Trivy scan results to GitHub Security tab
|
- name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@v2.2.4
|
uses: github/codeql-action/upload-sarif@v2.2.4
|
||||||
|
|
Loading…
Reference in a new issue