mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 07:08:30 +00:00
Merge pull request #11 from rocky-linux/feature/scan
Look for medium sev vulnerabilities
This commit is contained in:
commit
773b62c57d
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 New Issue
Block a user