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 5e35497 commit 544a758Copy full SHA for 544a758
.github/workflows/ci-image-scanning.yaml
@@ -39,15 +39,15 @@ jobs:
39
export REGISTRY="docker.io/karmada"
40
make image-${{ matrix.target }}
41
- name: Run Trivy vulnerability scanner
42
- uses: aquasecurity/trivy-action@0.22.0
+ uses: aquasecurity/trivy-action@0.23.0
43
with:
44
image-ref: 'docker.io/karmada/${{ matrix.target }}:latest'
45
format: 'sarif'
46
ignore-unfixed: true
47
vuln-type: 'os,library'
48
output: 'trivy-results.sarif'
49
- name: display scan results
50
51
52
53
format: 'table'
0 commit comments