Skip to content

Commit 4b67ab8

Browse files
Merge pull request #2321 from Nordix/tuomo/pin-osv-scanner-in-verify-release
🌱 pin osv-scanner image in verify-release.sh
2 parents 5aca0ce + e678178 commit 4b67ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if [[ -n "${CONTAINER_RUNTIME}" ]]; then
153153
"${CONTAINER_RUNTIME}" run --rm
154154
-v "${PWD}":/src -w /src
155155
--pull always
156-
ghcr.io/google/osv-scanner:latest
156+
ghcr.io/google/osv-scanner:v1.9.2@sha256:239d47ec1a70af430c3cd57524d18e8b2d2dc2f28869384217b64f409ab6650a
157157
)
158158
else
159159
# go install github.com/google/go-containerregistry/cmd/gcrane@latest

0 commit comments

Comments
 (0)