Skip to content

Commit 3a125a2

Browse files
committed
fix ci
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent 8554ed3 commit 3a125a2

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.1
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
@@ -229,7 +229,7 @@ jobs:
229229
docker tag kubeovn/kube-ovn-base:$TAG-amd64-dpdk kubeovn/kube-ovn-base:$TAG-dpdk
230230
231231
- name: Scan base image
232-
uses: aquasecurity/trivy-action@0.33.1
232+
uses: aquasecurity/trivy-action@0.34.1
233233
env:
234234
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
235235
with:

0 commit comments

Comments
 (0)