From a11bdf810b47c1eae619ab41076cc582c251aaf8 Mon Sep 17 00:00:00 2001 From: alexss200010 Date: Wed, 23 Aug 2023 09:04:45 +0300 Subject: [PATCH] Update Snyk Scan to Monitor.yml --- .github/workflows/Snyk Scan to Monitor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Snyk Scan to Monitor.yml b/.github/workflows/Snyk Scan to Monitor.yml index 24e4317205..cd3d3f1991 100644 --- a/.github/workflows/Snyk Scan to Monitor.yml +++ b/.github/workflows/Snyk Scan to Monitor.yml @@ -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