Skip to content

Commit 04d587d

Browse files
feat(sgosvscanner): bump to v1.9.2
1 parent 00d9ea5 commit 04d587d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/sgosvscanner/tools.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
version = "1.0.2"
16+
version = "1.9.2"
1717
binaryName = "osv-scanner"
1818
)
1919

@@ -28,8 +28,7 @@ func PrepareCommand(ctx context.Context) error {
2828
if err := sgtool.FromRemote(
2929
ctx,
3030
fmt.Sprintf(
31-
"https://github.com/google/osv-scanner/releases/download/v%s/osv-scanner_%s_%s_%s",
32-
version,
31+
"https://github.com/google/osv-scanner/releases/download/v%s/osv-scanner_%s_%s",
3332
version,
3433
runtime.GOOS,
3534
runtime.GOARCH,

0 commit comments

Comments
 (0)