Skip to content

Commit

Permalink
Minor fixes to README.md (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemshaikh38 authored Sep 27, 2021
1 parent 6b9010e commit 06c14a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -194,7 +193,7 @@ RESULTS
|---------|------------------------|--------------------------------|---------------------------------------------------------------------------|
```

### Showing Detailed Results
#### Showing Detailed Results
For more details why a check fails, use the `--show-details` option:

```
Expand Down

0 comments on commit 06c14a6

Please sign in to comment.