Skip to content

Commit

Permalink
Fix usage example url (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
coni2k authored Jun 9, 2023
1 parent 89f5b28 commit 4f3dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $ go install github.com/ossf/criticality_score/cmd/criticality_score@latest
$ export GITHUB_TOKEN=... # requires a GitHub token to work
$ gcloud auth login --update-adc # optional, add -depsdev-disable to skip

$ criticality_score -gcp-project-id=[your projectID] github.com/kubernetes/kubernetes
$ criticality_score -gcp-project-id=[your projectID] https://github.com/kubernetes/kubernetes
repo.name: kubernetes
repo.url: https://github.com/kubernetes/kubernetes
repo.language: Go
Expand Down

0 comments on commit 4f3dc80

Please sign in to comment.