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