We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05094 commit 5116dafCopy full SHA for 5116daf
.github/workflows/snyk.yml
@@ -26,6 +26,6 @@ jobs:
26
uses: snyk/actions/node@master
27
with:
28
command: monitor
29
- args: --all-projects
+ args: --all-projects --exclude=common
30
env:
31
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments