We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cedcaf commit f1e5da9Copy full SHA for f1e5da9
scripts/run-trivy.sh
@@ -10,4 +10,4 @@ chmod +x trivy
10
11
# run trivy
12
cd -
13
-./trivy image --exit-code 1 us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:$(git describe --tags --always --dirty)
+/tmp/trivy image --exit-code 1 us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:$(git describe --tags --always --dirty)
0 commit comments