mirror of
https://github.com/samuelhbne/proxy-xray.git
synced 2025-12-18 21:24:37 +03:00
Trivy pipeline debug
This commit is contained in:
3
.github/workflows/trivy-scan.yml
vendored
3
.github/workflows/trivy-scan.yml
vendored
@@ -21,11 +21,10 @@ jobs:
|
|||||||
uses: aquasecurity/trivy-action@0.20.0
|
uses: aquasecurity/trivy-action@0.20.0
|
||||||
with:
|
with:
|
||||||
scan-type: 'fs'
|
scan-type: 'fs'
|
||||||
scan-ref: '.'
|
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
format: 'sarif'
|
format: 'sarif'
|
||||||
output: 'trivy-results.sarif'
|
output: 'trivy-results.sarif'
|
||||||
#severity: 'CRITICAL'
|
severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
|
||||||
-
|
-
|
||||||
name: Upload Trivy scan results to GitHub Security tab
|
name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user