bump upload-sarif version
This commit is contained in:
parent
221f7faaa9
commit
d3924ea395
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dependency-updates.yml
vendored
2
.github/workflows/dependency-updates.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
scanners: "vuln"
|
||||
|
||||
- name: Upload Trivy scan results
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
if: always()
|
||||
with:
|
||||
sarif_file: "trivy-results.sarif"
|
||||
|
|
|
|||
2
.github/workflows/docker-security-scan.yml
vendored
2
.github/workflows/docker-security-scan.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
scanners: "vuln,config,secret"
|
||||
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
if: always()
|
||||
with:
|
||||
sarif_file: "trivy-results.sarif"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue