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