Skip to content

Commit 5a1e50b

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.0 (#5659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3faa89 commit 5a1e50b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-arm64-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: ${{ runner.os }}-${{ env.GO_FULL_VER }}-arm64-
5252

5353
- name: Scan base image
54-
uses: aquasecurity/trivy-action@0.32.0
54+
uses: aquasecurity/trivy-action@0.33.0
5555
env:
5656
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
5757
with:

.github/workflows/build-x86-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
docker tag kubeovn/kube-ovn-base:$TAG-amd64-dpdk kubeovn/kube-ovn-base:$TAG-dpdk
226226
227227
- name: Scan base image
228-
uses: aquasecurity/trivy-action@0.32.0
228+
uses: aquasecurity/trivy-action@0.33.0
229229
env:
230230
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
231231
with:

0 commit comments

Comments
 (0)