Skip to content

Commit

Permalink
Update snyk_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanzy authored Jul 17, 2024
1 parent c1532b9 commit 5956df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=./scan/snyk.sarif
args: --sarif-file-output=snyk.sarif --sarif --file=Tanzy.Xunit.sln

- name: Echo values from ENV
run: |
ls ./scan/
ls
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 5956df1

Please sign in to comment.