Skip to content

Commit

Permalink
test: remove high in vuln scans
Browse files Browse the repository at this point in the history
  • Loading branch information
jpradoar authored Nov 16, 2024
1 parent 8aae948 commit 024bc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/producer-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- feat/issues/#3
paths:
- '03-producer/**' # Any change in this path, make trigger build action.
- '03-producer/**'
- '.github/workflows/producer-ci.yaml'

env:
Expand All @@ -14,7 +14,7 @@ env:
SLACK_CHANNEL: 'builds-and-ci'
SLACK_MSG_COLOR: '#0092ff'
COMMITER_NAME: 'AutoCommit'
VULN_SEVERITY: 'CRITICAL,HIGH'
VULN_SEVERITY: 'CRITICAL'
VULN_TYPE: 'os,library'
VULN_FORMAT: 'table'
VULN_TIMEOUT_SCAN: '2m0s'
Expand Down

0 comments on commit 024bc72

Please sign in to comment.