Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 1e7294c

Browse files
committed
Fixed check for github release asset
1 parent 0320c73 commit 1e7294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sbom-tool/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
66
ARG name
77
ARG version
88
RUN <<EOF
9-
check-github-release-asset "microsoft/sbom-tool" "${version}" "sbom-tool-linux-x64"
9+
check-github-release-asset "microsoft/sbom-tool" "v${version}" "sbom-tool-linux-x64"
1010
curl --silent --location --fail --output "${prefix}${target}/bin/sbom-tool" \
1111
"https://github.com/microsoft/sbom-tool/releases/download/v${version}/sbom-tool-linux-x64"
1212
chmod +x "${prefix}${target}/bin/sbom-tool"

0 commit comments

Comments
 (0)