Skip to content

Commit f8151de

Browse files
Fix Trivy scan (#119)
1 parent 1f5428f commit f8151de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/container-scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
2525
- name: Run Trivy
2626
uses: aquasecurity/trivy-action@master
27+
env:
28+
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
2729
with:
2830
scan-type: image
2931
image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}'

0 commit comments

Comments
 (0)