Skip to content

Commit

Permalink
[CONFIG] Github action: Snyk Container analysis added. Upload Snyk sc…
Browse files Browse the repository at this point in the history
…an results to GitHub Code Scanning enabled.
  • Loading branch information
Gonzalo Diaz committed May 14, 2024
1 parent 0675b0b commit 1907d05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
image: algorithm-exercises-ts:latest
args: --file=Dockerfile
# - name: Upload result to GitHub Code Scanning
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif

0 comments on commit 1907d05

Please sign in to comment.