Trivy Workflow failing with context deadline exceeded

Closes #16974
This commit is contained in:
Bruno Oliveira da Silva 2023-02-09 12:30:49 -03:00
parent e6f1e909d8
commit 686417ec29

View file

@ -29,6 +29,8 @@ jobs:
output: trivy-results.sarif
severity: MEDIUM,CRITICAL,HIGH
ignore-unfixed: true
security-checks: vuln
timeout: 15m
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2.2.4