Skip to content

Commit

Permalink
Merge pull request #74 from mountaindude/main
Browse files Browse the repository at this point in the history
Fix broken Snyk test
  • Loading branch information
mountaindude authored Oct 13, 2022
2 parents 8ecf7da + 5ed6f9a commit fc44bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --file=./src/package.json --sarif-file-output=snyk.sarif
args: --file=./package.json --sarif-file-output=snyk.sarif
# command: test

- name: Upload Snyk result to GitHub Code Scanning
Expand Down

0 comments on commit fc44bfe

Please sign in to comment.