diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index d0883a5..7216dab 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -19,8 +19,8 @@ jobs: with: args: --sarif-file-output=snyk.sarif --severity-threshold=high - - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: snyk.sarif - token: ${{ secrets.GITHUB_TOKEN_WORKFLOW }} \ No newline at end of file + # - name: Upload result to GitHub Code Scanning + # uses: github/codeql-action/upload-sarif@v2 + # with: + # sarif_file: snyk.sarif + # token: ${{ secrets.GITHUB_TOKEN_WORKFLOW }} \ No newline at end of file