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 57c8891 commit 8c4dd21Copy full SHA for 8c4dd21
.github/workflows/snyk.yml
@@ -39,3 +39,11 @@ jobs:
39
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
40
with:
41
command: monitor
42
+ args: >-
43
+ --all-projects
44
+ --target-reference=${{ github.ref_name }}
45
+ --project-environment=external
46
+ --project-lifecycle=experimental
47
+ --project-business-criticality=low
48
+ --project-tags=team=team-se-cloud-automation,ticket-creation=true
49
+ --exclude=node_modules
0 commit comments