mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-07 01:04:59 -06:00
ci: fix YAML indentation for SARIF upload and use codeql upload-sarif
This commit is contained in:
parent
628bff3657
commit
4c1ed3ff0a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
severity: CRITICAL,HIGH
|
severity: CRITICAL,HIGH
|
||||||
|
|
||||||
- name: Upload SARIF results to GitHub Code Scanning (best-effort)
|
- name: Upload SARIF results to GitHub Code Scanning (best-effort)
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
sarif_file: 'trivy-results.sarif'
|
sarif_file: 'trivy-results.sarif'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user