Skip to content

Commit

Permalink
Attempt to fix snyk error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Oct 28, 2023
1 parent b7cda8b commit 91cae0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-action-snyk-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
args: --all-projects --severity-threshold=high --sarif-file-output=snyk.sarif
command: test -d

# - name: Upload result to GitHub Code Scanning
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif

0 comments on commit 91cae0a

Please sign in to comment.