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.
2 parents f414fa0 + 1ae145c commit 2220124Copy full SHA for 2220124
.github/workflows/ci-image-scanning.yaml
@@ -34,15 +34,15 @@ jobs:
34
export REGISTRY="docker.io/karmada"
35
make image-${{ matrix.target }}
36
- name: Run Trivy vulnerability scanner
37
- uses: aquasecurity/trivy-action@0.20.0
+ uses: aquasecurity/trivy-action@0.21.0
38
with:
39
image-ref: 'docker.io/karmada/${{ matrix.target }}:latest'
40
format: 'sarif'
41
ignore-unfixed: true
42
vuln-type: 'os,library'
43
output: 'trivy-results.sarif'
44
- name: display scan results
45
46
47
48
format: 'table'
0 commit comments