Skip to content

Commit

Permalink
Update snyk_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaosar-A authored Oct 9, 2024
1 parent 8e10b2a commit 06af240
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snyk_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif
- name: Print SNYK Sarif file
run: cat snyk.sarif

0 comments on commit 06af240

Please sign in to comment.