mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-10-13 22:23:54 +02:00
fix: snyk-docker-vulnerability-scan sarif
caused by github/codeql-action#3156
This commit is contained in:
parent
da6a0e1f57
commit
3e83373c59
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ jobs:
|
||||||
image: burnett01/rsync-deployments
|
image: burnett01/rsync-deployments
|
||||||
args: --file=Dockerfile
|
args: --file=Dockerfile
|
||||||
- name: Upload result to GitHub Code Scanning
|
- name: Upload result to GitHub Code Scanning
|
||||||
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9
|
uses: github/codeql-action/upload-sarif@v4
|
||||||
with:
|
with:
|
||||||
sarif_file: snyk.sarif
|
sarif_file: snyk.sarif
|
||||||
|
|
Loading…
Reference in a new issue