Skip to content

Commit

Permalink
Update docs to use :stable release (#865)
Browse files Browse the repository at this point in the history
Co-authored-by: Azeem Shaikh <azeems@google.com>
Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 18, 2021
1 parent fa4e8a4 commit 1c9a255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ the [checks documentation page](docs/checks.md).
The `GITHUB_AUTH_TOKEN` has to be set to a valid [token](#Authentication)

```shell
docker run -e GITHUB_AUTH_TOKEN=token gcr.io/openssf/scorecard:latest --show-details --repo=https://github.com/ossf/scorecard
docker run -e GITHUB_AUTH_TOKEN=token gcr.io/openssf/scorecard:stable --show-details --repo=https://github.com/ossf/scorecard
```

### Using repository URL
Expand Down
1 change: 1 addition & 0 deletions cron/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
const stableTag = "stable"

var images = []string{
"gcr.io/openssf/scorecard",
"gcr.io/openssf/scorecard-batch-controller",
"gcr.io/openssf/scorecard-batch-worker",
"gcr.io/openssf/scorecard-bq-transfer",
Expand Down

0 comments on commit 1c9a255

Please sign in to comment.