mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 21:15:22 +02:00
dev: add secondary db to trivy (#4434)
This commit is contained in:
parent
010c6d8eb2
commit
dacd0acff6
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ jobs:
|
||||||
image-ref: "mealie"
|
image-ref: "mealie"
|
||||||
format: "sarif"
|
format: "sarif"
|
||||||
output: "trivy-results.sarif"
|
output: "trivy-results.sarif"
|
||||||
|
env:
|
||||||
|
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
|
||||||
|
|
||||||
- name: Upload Trivy scan results to GitHub Security tab
|
- name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue