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 4747 export REGISTRY="docker.io/karmada"
4848 make image-${{ matrix.target }}
4949 - name : Run Trivy vulnerability scanner
50- uses : aquasecurity/trivy-action@0.32 .0
50+ uses : aquasecurity/trivy-action@0.33 .0
5151 env :
5252 ACTIONS_RUNTIME_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353 TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
5959 cache : false
6060 output : ' ${{ matrix.target }}:${{ matrix.karmada-version }}.trivy-results.sarif'
6161 - name : display scan results
62- uses : aquasecurity/trivy-action@0.32 .0
62+ uses : aquasecurity/trivy-action@0.33 .0
6363 env :
6464 TRIVY_SKIP_DB_UPDATE : true # Avoid updating the vulnerability db as it was cached in the previous step.
6565 with :
Original file line number Diff line number Diff line change 4646 export REGISTRY="docker.io/karmada"
4747 make image-${{ matrix.target }}
4848 - name : Run Trivy vulnerability scanner
49- uses : aquasecurity/trivy-action@0.32 .0
49+ uses : aquasecurity/trivy-action@0.33 .0
5050 env :
5151 ACTIONS_RUNTIME_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
5858 output : ' trivy-results.sarif'
5959 cache : false
6060 - name : display scan results
61- uses : aquasecurity/trivy-action@0.32 .0
61+ uses : aquasecurity/trivy-action@0.33 .0
6262 env :
6363 TRIVY_SKIP_DB_UPDATE : true # Avoid updating the vulnerability db as it was cached in the previous step.
6464 with :
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 steps :
168168 - uses : actions/checkout@v5
169169 - name : Generate sbom for karmada file system
170- uses : aquasecurity/trivy-action@0.32 .0
170+ uses : aquasecurity/trivy-action@0.33 .0
171171 with :
172172 scan-type : ' fs'
173173 format : ' spdx'
You can’t perform that action at this time.
0 commit comments