4
.github/workflows/make.yaml
vendored
4
.github/workflows/make.yaml
vendored
@@ -48,9 +48,9 @@ jobs:
|
||||
vuln-type: "os,library"
|
||||
severity: "CRITICAL,HIGH"
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
sarif_file: "trivy-results.sarif"
|
||||
|
||||
test:
|
||||
name: "test"
|
||||
|
||||
Reference in New Issue
Block a user