Merge pull request #4974 from karmada-io/dependabot/github_actions/aquasecurity/trivy-action-0.21.0
Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0
This commit is contained in:
commit
2220124b4d
|
@ -34,7 +34,7 @@ jobs:
|
||||||
export REGISTRY="docker.io/karmada"
|
export REGISTRY="docker.io/karmada"
|
||||||
make image-${{ matrix.target }}
|
make image-${{ matrix.target }}
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@0.20.0
|
uses: aquasecurity/trivy-action@0.21.0
|
||||||
with:
|
with:
|
||||||
image-ref: 'docker.io/karmada/${{ matrix.target }}:latest'
|
image-ref: 'docker.io/karmada/${{ matrix.target }}:latest'
|
||||||
format: 'sarif'
|
format: 'sarif'
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
vuln-type: 'os,library'
|
vuln-type: 'os,library'
|
||||||
output: 'trivy-results.sarif'
|
output: 'trivy-results.sarif'
|
||||||
- name: display scan results
|
- name: display scan results
|
||||||
uses: aquasecurity/trivy-action@0.20.0
|
uses: aquasecurity/trivy-action@0.21.0
|
||||||
with:
|
with:
|
||||||
image-ref: 'docker.io/karmada/${{ matrix.target }}:latest'
|
image-ref: 'docker.io/karmada/${{ matrix.target }}:latest'
|
||||||
format: 'table'
|
format: 'table'
|
||||||
|
|
Loading…
Reference in New Issue