From 4ab6bc7f880e5d3c0f10807b9bf4c1b889786b85 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 21 Sep 2021 08:57:28 -0700 Subject: [PATCH] Disabling Generate_Sarif Disabled generate_Sarif in an attempt to troubleshoot semgrep action. --- .github/workflows/semgrep-analysis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/semgrep-analysis.yml b/.github/workflows/semgrep-analysis.yml index dc62c7f86a..5f2993737c 100644 --- a/.github/workflows/semgrep-analysis.yml +++ b/.github/workflows/semgrep-analysis.yml @@ -44,15 +44,15 @@ jobs: # Scan code using project's configuration on https://semgrep.dev/manage - uses: returntocorp/semgrep-action@v1 with: - generateSarif: "1" + generateSarif: "0" config: >- # more at semgrep.dev/explore p/security-audit p/secrets - + # Upload SARIF file generated in previous step #The following lines are commented out right now pending a fix to the semgrep repo - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v1 - with: - sarif_file: semgrep.sarif - if: always() + #- name: Upload SARIF file + # uses: github/codeql-action/upload-sarif@v1 + # with: + # sarif_file: semgrep.sarif + # if: always()