We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35fe29 commit f2fe160Copy full SHA for f2fe160
.github/workflows/trivy.yml
@@ -23,6 +23,9 @@ jobs:
23
pull-requests: write
24
issues: write
25
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
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v3
.github/workflows/trivy_scheduled_master.yml
@@ -34,6 +34,9 @@ jobs:
34
actions: read
35
contents: read
36
37
38
39
40
41
42
0 commit comments