We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90483bb commit e63b431Copy full SHA for e63b431
.github/workflows/analyze-changes.yaml
@@ -140,6 +140,8 @@ jobs:
140
output: 'trivy-results.sarif'
141
severity: 'CRITICAL,HIGH'
142
limit-severities-for-sarif: true
143
+ env:
144
+ TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
145
146
- name: Upload Trivy scan results to GitHub Security tab
147
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
0 commit comments