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 d7f4c6d commit d5c2a8eCopy full SHA for d5c2a8e
.github/workflows/tests.yaml
@@ -17,6 +17,7 @@ jobs:
17
HARBOR_REPO: "kube-image-keeper/kube-image-keeper"
18
GHCR_IMAGE: "ghcr.io/enix/kube-image-keeper"
19
QUAY_IMAGE: "quay.io/enix/kube-image-keeper"
20
+ TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
21
steps:
22
- name: Checkout Repository
23
uses: actions/checkout@v4
@@ -29,7 +30,6 @@ jobs:
29
30
31
- name: Run Trivy vulnerability scanner
32
uses: aquasecurity/[email protected]
- continue-on-error: true
33
with:
34
scan-type: 'fs'
35
ignore-unfixed: true
@@ -38,7 +38,6 @@ jobs:
38
39
- name: Upload Trivy scan results to GitHub Security tab
40
uses: github/codeql-action/upload-sarif@v3
41
42
43
sarif_file: 'trivy-results.sarif'
44
0 commit comments