Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Aug 23, 2024
1 parent 6854998 commit 174276c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Core Commands
Command Description
------- -----------
-t, --token GitHub token
-r, --repo GitHub repository
-r, --repo GitHub repository, organization/repository-name
-c, --critical Critical severity limit
-h, --high High severity limit
-m, --medium Medium severity limit
Expand All @@ -103,7 +103,13 @@ Core Commands

```
$ docker build -t security-gate .
$ docker run -ti --rm security-gate -t <GITHUB_TOKEN> -r <organization/repository> --critical 1 --high 2 --medium 3 --low 5 --dependency-alerts --code-alerts --secret-alerts
$ docker run -ti --rm security-gate -t <GITHUB_TOKEN> \
-r <organization/repository> \
--critical 1 \
--high 2 \
--medium 3 \
--low 5 \
--dependency-alerts --code-alerts --secret-alerts
```

---
Expand Down

0 comments on commit 174276c

Please sign in to comment.