We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89bb82 commit 6070047Copy full SHA for 6070047
.github/workflows/build-arm64-image.yaml
@@ -53,7 +53,7 @@ jobs:
53
${{ runner.os }}-go-${{ env.GO_VERSION }}-arm64-${{ github.base_ref }}-
54
55
- name: Scan base image
56
- uses: aquasecurity/trivy-action@0.31.0
+ uses: aquasecurity/trivy-action@0.34.1
57
env:
58
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
59
with:
.github/workflows/build-x86-image.yaml
@@ -229,7 +229,7 @@ jobs:
229
docker tag kubeovn/kube-ovn-base:$TAG-amd64-dpdk kubeovn/kube-ovn-base:$TAG-dpdk
230
231
232
233
234
235
0 commit comments