Skip to content

Commit 6070047

Browse files
committed
fix ci
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent b89bb82 commit 6070047

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
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-go-${{ env.GO_VERSION }}-arm64-${{ github.base_ref }}-
5454
5555
- name: Scan base image
56-
uses: aquasecurity/trivy-action@0.31.0
56+
uses: aquasecurity/trivy-action@0.34.1
5757
env:
5858
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
5959
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.31.0
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)