mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2025-01-05 15:30:57 +00:00
Merge pull request #11 from rocky-linux/feature/scan
Look for medium sev vulnerabilities
This commit is contained in:
commit
773b62c57d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scan.yml
vendored
2
.github/workflows/scan.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
exit-code: '1'
|
||||
ignore-unfixed: true
|
||||
vuln-type: 'os,library'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
severity: 'CRITICAL,HIGH,MEDIUM'
|
||||
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
|
|
Loading…
Reference in a new issue