Skip to content

Commit b19760a

Browse files
authored
Add severity levels for PR comments in workflow
1 parent 08a61aa commit b19760a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
### SCANNING OPTIONAL: Pull Request comments
4242
polaris_prComment_enabled: true
4343
github_token: ${{ secrets.GITHUB_TOKEN }} # Required when Pull Request comments field enabled
44+
polaris_prcomment_severities: "high,critical,medium,low" #Defaults to ["high", "critical"]
4445

4546
### ENABLE OPTIONAL SCAN REPORTS
4647
polaris_reports_sarif_create: true

0 commit comments

Comments
 (0)