Skip to content

Commit

Permalink
Disable Semgrep SARIF uploading till fixed upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jun 6, 2022
1 parent b390b4b commit 6bdb079
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
SEMGREP_REPO_NAME: "auth0/auth0-PHP"
SEMGREP_REPO_URL: "https://github.com/auth0/auth0-PHP"

- name: Check to see if the SARIF a was generated
id: sarif_file_exists
uses: andstor/file-existence-action@v1
with:
files: "semgrep.sarif"
# - name: Check to see if the SARIF a was generated
# id: sarif_file_exists
# uses: andstor/file-existence-action@v1
# with:
# files: "semgrep.sarif"

- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: semgrep.sarif
if: always()
# - name: Upload SARIF file for GitHub Advanced Security Dashboard
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: semgrep.sarif
# if: always()

0 comments on commit 6bdb079

Please sign in to comment.