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 d8a3d3e commit 1cd928bCopy full SHA for 1cd928b
1 file changed
.github/workflows/snyk.yml
@@ -32,14 +32,7 @@ jobs:
32
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
33
with:
34
command: monitor
35
- args: >-
36
- --all-projects
37
- --project-environment=external
38
- --project-lifecycle=development
39
- --project-business-criticality=low
40
- --project-tags=team=team-se-cloud-automation,ticket-creation=true
41
- --exclude=node_modules
42
- --org=${{ secrets.SNYK_ORG_ID }}
+ args: --org=${{ secrets.SNYK_ORG_ID }}
43
44
- name: Run Snyk to check for vulnerabilities
45
uses: snyk/actions/node@v1.0.0
0 commit comments