Skip to content

Commit ffd309a

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.34.0
1 parent dedad47 commit ffd309a

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
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.os }}-go-${{ env.GO_VERSION }}-arm64-${{ github.base_ref }}-
5555
5656
- name: Scan base image
57-
uses: aquasecurity/trivy-action@0.33.1
57+
uses: aquasecurity/trivy-action@0.34.0
5858
env:
5959
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
6060
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
docker tag kubeovn/kube-ovn-base:$TAG-amd64-dpdk kubeovn/kube-ovn-base:$TAG-dpdk
228228
229229
- name: Scan base image
230-
uses: aquasecurity/trivy-action@0.33.1
230+
uses: aquasecurity/trivy-action@0.34.0
231231
env:
232232
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
233233
with:

0 commit comments

Comments
 (0)