We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b429f9 + 1af428a commit 448fb7eCopy full SHA for 448fb7e
.github/workflows/release.yaml
@@ -66,6 +66,11 @@ jobs:
66
severity: 'CRITICAL,HIGH'
67
format: 'sarif'
68
output: 'trivy-results-${{ matrix.platforms }}.sarif'
69
+ env:
70
+ # Use AWS' ECR mirror for the trivy-db image, as GitHub's Container
71
+ # Registry is returning a TOOMANYREQUESTS error.
72
+ # Ref: https://github.com/aquasecurity/trivy-action/issues/389
73
+ TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
74
- name: upload scan results
75
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
76
with:
0 commit comments