Skip to content

Commit

Permalink
snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Sep 23, 2023
1 parent 36b0177 commit 265691c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --sarif-file-output=snyk.sarif -- --no-configuration-cache
args: --sarif-file-output=snyk.sarif --all-sub-projects -- --no-configuration-cache
- name: Check file existence
id: check_files
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0
Expand All @@ -63,4 +63,4 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: -- --no-configuration-cache
args: --all-sub-projects -- --no-configuration-cache

0 comments on commit 265691c

Please sign in to comment.