We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbe8ed commit e37f13dCopy full SHA for e37f13d
.github/workflows/lint.yaml
@@ -69,6 +69,9 @@ jobs:
69
format: "sarif"
70
output: "trivy-results.sarif"
71
severity: "CRITICAL"
72
+ env:
73
+ TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db"
74
+ TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db"
75
- name: "Upload Trivy scan results to GitHub Security tab"
76
uses: "github/codeql-action/upload-sarif@v3"
77
with:
0 commit comments