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.
2 parents 7a94f4e + 7362be0 commit 47c3272Copy full SHA for 47c3272
.github/workflows/docker-image.yml
@@ -185,6 +185,7 @@ jobs:
185
format: 'table'
186
env:
187
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
188
+ TRIVY_JAVA_DB_REPOSITORY: ${{ vars.TRIVY_JAVA_DB_REPOSITORY }}
189
190
- name: Run Trivy vulnerability scanner (sarif report)
191
uses: aquasecurity/[email protected]
@@ -194,6 +195,7 @@ jobs:
194
195
output: 'trivy-results.sarif'
196
197
198
199
200
- name: Upload Trivy scan results to GitHub Security tab
201
uses: github/codeql-action/upload-sarif@v3
0 commit comments