Skip to content

Commit

Permalink
feat: enable also HIGH cve on patch process
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Apr 18, 2024
1 parent 322a3e9 commit c8d7d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
output: 'report.json'
ignore-unfixed: true
vuln-type: 'os'
severity: 'CRITICAL'
severity: 'HIGH,CRITICAL'
image-ref: ${{ matrix.target }}

- name: Check Vuln Count
Expand Down

0 comments on commit c8d7d41

Please sign in to comment.