mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Updated go get to go install (#953)
Based on recommendations from the `go` tool. ``` go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'. ``` Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
parent
7b912e8903
commit
062075823c
@ -121,7 +121,7 @@ docker run -e GITHUB_AUTH_TOKEN=token gcr.io/openssf/scorecard:stable --show-det
|
||||
The program can run using just one argument, the URL of the repo:
|
||||
|
||||
```shell
|
||||
$ go get github.com/ossf/scorecard/v2
|
||||
$ go install github.com/ossf/scorecard/v2@latest
|
||||
$ scorecard --repo=github.com/ossf-tests/scorecard-check-branch-protection-e2e
|
||||
Starting [CII-Best-Practices]
|
||||
Starting [Fuzzing]
|
||||
|
Loading…
Reference in New Issue
Block a user