Skip to content

Commit

Permalink
Add documentation on how to set the GHAS severity flag
Browse files Browse the repository at this point in the history
* Add a new section for GHAS Severities in the README.md
* Provide an example of setting the `GITHUB_GHAS_SEVERITIES` environment variable
  • Loading branch information
GeekMasher committed Dec 18, 2024
1 parent 53a56fa commit e65181f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ GITHUB_APP_KEY=-----BEGIN PRIVATE KEY-----\n...
GITHUB_APP_SECRET=123456789012345678901234567890
GITHUB_APP_ENDPOINT=/
GITHUB_GHAS_TEAM="sec_team"
# GHAS Severities
GITHUB_GHAS_SEVERITIES="critical,high,error,errors"
```

You can also use the following CLI arguments to pass the configuration.
Expand Down

0 comments on commit e65181f

Please sign in to comment.