We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a61aa commit b19760aCopy full SHA for b19760a
1 file changed
.github/workflows/main.yml
@@ -41,6 +41,7 @@ jobs:
41
### SCANNING OPTIONAL: Pull Request comments
42
polaris_prComment_enabled: true
43
github_token: ${{ secrets.GITHUB_TOKEN }} # Required when Pull Request comments field enabled
44
+ polaris_prcomment_severities: "high,critical,medium,low" #Defaults to ["high", "critical"]
45
46
### ENABLE OPTIONAL SCAN REPORTS
47
polaris_reports_sarif_create: true
0 commit comments