Doc - Update README with the docker image (#163)

This commit is contained in:
Naveen 2021-02-11 18:27:16 -05:00 committed by GitHub
parent 0b85e7e2e8
commit ca1d6e85f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,12 @@ send a Pull Request with others.
## Usage
`scorecard` is available as a Docker container:
```
$ docker pull docker.pkg.github.com/ossf/scorecard/scorecard
```
The program only requires one argument to run, the name of the repo:
```shell