Skip to content

Commit dc69f5f

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Github action: Snyk Container analysis added. Upload Snyk scan results to GitHub Code Scanning enabled.
1 parent 0675b0b commit dc69f5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
image: algorithm-exercises-ts:latest
3737
args: --file=Dockerfile
38-
# - name: Upload result to GitHub Code Scanning
39-
# uses: github/codeql-action/upload-sarif@v2
40-
# with:
41-
# sarif_file: snyk.sarif
38+
- name: Upload result to GitHub Code Scanning
39+
uses: github/codeql-action/upload-sarif@v2
40+
with:
41+
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)