Minor fixes to README.md (#1066)

This commit is contained in:
Azeem Shaikh 2021-09-27 12:18:56 -07:00 committed by GitHub
parent 6b9010e575
commit 06c14a64ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ GITHUB_APP_ID=<app id>
These variables can be obtained from the GitHub
[developer settings](https://github.com/settings/apps) page.
### Basic Usage
#### Docker
`scorecard` is available as a Docker container:
@ -104,7 +104,6 @@ The `GITHUB_AUTH_TOKEN` has to be set to a valid [token](#Authentication)
docker run -e GITHUB_AUTH_TOKEN=token gcr.io/openssf/scorecard:stable --show-details --repo=https://github.com/ossf/scorecard
```
### Basic Usage
#### Using repository URL
Scorecards can run using just one argument, the URL of the target repo:
@ -194,7 +193,7 @@ RESULTS
|---------|------------------------|--------------------------------|---------------------------------------------------------------------------|
```
### Showing Detailed Results
#### Showing Detailed Results
For more details why a check fails, use the `--show-details` option:
```