Skip to content

Commit

Permalink
test: add HIGH in vulnerability scans
Browse files Browse the repository at this point in the history
In general use only critical, but for this test added high
  • Loading branch information
jpradoar authored Nov 16, 2024
1 parent 7f7b867 commit a5fe494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/producer-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
SLACK_CHANNEL: 'builds-and-ci'
SLACK_MSG_COLOR: '#0092ff'
COMMITER_NAME: 'AutoCommit'
VULN_SEVERITY: 'CRITICAL'
VULN_SEVERITY: 'CRITICAL,HIGH'
VULN_TYPE: 'os,library'
VULN_FORMAT: 'table'
VULN_TIMEOUT_SCAN: '2m0s'
Expand Down

0 comments on commit a5fe494

Please sign in to comment.