google / osv-scalibr

Apache License 2.0
93 stars 19 forks source link

[README] Standalone binary installation instructions broken #194

Closed rhdesmond closed 1 month ago

rhdesmond commented 1 month ago

Following the README.md instructions:

$ go install github.com/google/osv-scalibr/binary/scalibr@latest
go: downloading github.com/google/osv-scalibr v0.1.2
go: github.com/google/osv-scalibr/binary/scalibr@latest:
    module github.com/google/osv-scalibr@latest found (v0.1.2), but does not contain package github.com/google/osv-scalibr/binary/scalibr
$ scalibr
Command scalibr not found
rhdesmond commented 1 month ago

Maybe this is because the directory and binary name are different (used the osv-scanner Github project as reference)

another-rex commented 1 month ago

I think this is resolved with the 0.1.3 release.

rhdesmond commented 1 month ago

Thanks for the quick resolution!