Skip to content

Commit

Permalink
try to fall back to alternate trivy DB database, see aquasecurity/tri…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 22, 2024
1 parent 59bfa79 commit 619be3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mirotalk-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
name: Run Trivy vulnerability scanner
id: trivy-scan
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
with:
scan-type: 'image'
image-ref: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit 619be3a

Please sign in to comment.