Skip to content

Commit 1cd928b

Browse files
MGD-13107(fix): remove everything beside snyk_org_id arg
1 parent d8a3d3e commit 1cd928b

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ jobs:
3232
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
3333
with:
3434
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 }}
35+
args: --org=${{ secrets.SNYK_ORG_ID }}
4336

4437
- name: Run Snyk to check for vulnerabilities
4538
uses: snyk/actions/node@v1.0.0

0 commit comments

Comments
 (0)