Skip to content

Commit

Permalink
Add the command input to Snyk step.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed Jan 5, 2024
1 parent 42b1ded commit 66f148f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects --exclude=fable_modules --sarif-file-output=snyk.sarif
command: monitor
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects --exclude=fable_modules

0 comments on commit 66f148f

Please sign in to comment.