File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
export REGISTRY="docker.io/karmada"
48
48
make image-${{ matrix.target }}
49
49
- name : Run Trivy vulnerability scanner
50
- uses : aquasecurity/trivy-action@0.30 .0
50
+ uses : aquasecurity/trivy-action@0.31 .0
51
51
env :
52
52
ACTIONS_RUNTIME_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
53
TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
58
58
vuln-type : ' os,library'
59
59
output : ' ${{ matrix.target }}:${{ matrix.karmada-version }}.trivy-results.sarif'
60
60
- name : display scan results
61
- uses : aquasecurity/trivy-action@0.30 .0
61
+ uses : aquasecurity/trivy-action@0.31 .0
62
62
env :
63
63
TRIVY_SKIP_DB_UPDATE : true # Avoid updating the vulnerability db as it was cached in the previous step.
64
64
with :
Original file line number Diff line number Diff line change 42
42
export REGISTRY="docker.io/karmada"
43
43
make image-${{ matrix.target }}
44
44
- name : Run Trivy vulnerability scanner
45
- uses : aquasecurity/trivy-action@0.30 .0
45
+ uses : aquasecurity/trivy-action@0.31 .0
46
46
env :
47
47
ACTIONS_RUNTIME_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
48
TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
53
53
vuln-type : ' os,library'
54
54
output : ' trivy-results.sarif'
55
55
- name : display scan results
56
- uses : aquasecurity/trivy-action@0.30 .0
56
+ uses : aquasecurity/trivy-action@0.31 .0
57
57
env :
58
58
TRIVY_SKIP_DB_UPDATE : true # Avoid updating the vulnerability db as it was cached in the previous step.
59
59
with :
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
steps :
168
168
- uses : actions/checkout@v4
169
169
- name : Generate sbom for karmada file system
170
- uses : aquasecurity/trivy-action@0.30 .0
170
+ uses : aquasecurity/trivy-action@0.31 .0
171
171
with :
172
172
scan-type : ' fs'
173
173
format : ' spdx'
You can’t perform that action at this time.
0 commit comments