We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3faa89 commit 5a1e50bCopy full SHA for 5a1e50b
.github/workflows/build-arm64-image.yaml
@@ -51,7 +51,7 @@ jobs:
51
restore-keys: ${{ runner.os }}-${{ env.GO_FULL_VER }}-arm64-
52
53
- name: Scan base image
54
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.0
55
env:
56
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
57
with:
.github/workflows/build-x86-image.yaml
@@ -225,7 +225,7 @@ jobs:
225
docker tag kubeovn/kube-ovn-base:$TAG-amd64-dpdk kubeovn/kube-ovn-base:$TAG-dpdk
226
227
228
229
230
231
0 commit comments