Skip to content

Commit

Permalink
chore: vuln scan failure workaround (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 authored Oct 9, 2024
1 parent 999e48b commit f4e64ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ jobs:
scan-type: 'fs'
scan-ref: '.'
trivy-config: .github/trivy.yaml
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
# TODO: Remove the whole "env" section when the issue below is resolved.
# Known issue: aquasecurity/trivy-action#389.
# Workaround: https://github.com/orgs/community/discussions/139074#discussioncomment-10808081.

0 comments on commit f4e64ec

Please sign in to comment.