Skip to content

Commit df9ccc3

Browse files
[UIA-1159] Use Snyk monitor instead of Snyk test (#119)
* Use Snyk monitor instead of Snyk test * Specifically set project name * Fix project name setting
1 parent 3dff4e6 commit df9ccc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/snyk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
security:
9+
snyk-test:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
@@ -15,4 +15,5 @@ jobs:
1515
env:
1616
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1717
with:
18-
args: --file=build.gradle --all-sub-projects
18+
command: monitor
19+
args: --project-name="MxPushNotifications" --file=build.gradle

0 commit comments

Comments
 (0)