Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
Just using synk for scanning dependencies for vulnerabilities
  • Loading branch information
thomasphung authored Jul 16, 2024
1 parent 43c6bc4 commit dff2b51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# run: snyk container monitor your/image-to-test --file=Dockerfile

# Push the Snyk Code results into GitHub Code Scanning tab
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk-code.sarif
# - name: Upload result to GitHub Code Scanning
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: snyk-code.sarif

0 comments on commit dff2b51

Please sign in to comment.