Skip to content

Commit fa6cf72

Browse files
committed
Update snyk.yml
1 parent e1420e7 commit fa6cf72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4444

45-
- uses: snyk/actions/dotnet@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
46-
with:
47-
working-directory: ./Quickstart/Sample
45+
- run: npm install snyk -g
46+
47+
- run: snyk test
4848
env:
4949
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)