Skip to content

Commit f2fe160

Browse files
Update trivy repository (#790)
1 parent c35fe29 commit f2fe160

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/trivy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
pull-requests: write
2424
issues: write
2525
runs-on: ubuntu-latest
26+
env:
27+
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
28+
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
2629
steps:
2730
- name: Checkout
2831
uses: actions/checkout@v3

.github/workflows/trivy_scheduled_master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
actions: read
3535
contents: read
3636
runs-on: ubuntu-latest
37+
env:
38+
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
39+
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
3740
steps:
3841
- name: Checkout
3942
uses: actions/checkout@v3

0 commit comments

Comments
 (0)