chore: snyk output sarif file content

This commit is contained in:
Steven 2025-10-07 18:45:23 +02:00 committed by GitHub
parent 3e83373c59
commit c23b68a9ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,8 @@ jobs:
with: with:
image: burnett01/rsync-deployments image: burnett01/rsync-deployments
args: --file=Dockerfile args: --file=Dockerfile
- name: Output sarif file
run: cat snyk.sarif
- name: Upload result to GitHub Code Scanning - name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v4 uses: github/codeql-action/upload-sarif@v4
with: with: