Skip to content

Commit

Permalink
Update Snyk Scan to Monitor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexss200010 committed Aug 23, 2023
1 parent cd48f50 commit a11bdf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Snyk Scan to Monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
continue-on-error: true


- name: Snyk SAST Scanning
run: snyk code test --org=${{ secrets.SNYK_ORG }} --severity-threshold=high --sarif-file-output=snyk-code.sarif
continue-on-error: true
#- name: Snyk SAST Scanning
r#un: snyk code test --org=${{ secrets.SNYK_ORG }} --severity-threshold=high --sarif-file-output=snyk-code.sarif
#continue-on-error: true

#- name: Upload results to GitHub Code Scanning
#uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit a11bdf8

Please sign in to comment.