Skip to content

Commit 8c4dd21

Browse files
chore: added Snyk ticket creation (#213)
1 parent 57c8891 commit 8c4dd21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/snyk.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ jobs:
3939
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
4040
with:
4141
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

Comments
 (0)