Skip to content

Commit d69d72e

Browse files
committed
Update snyk-security.yml
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 3ca5add commit d69d72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
3232
# Use || true to not fail the pipeline
3333
- name: Snyk test
34-
run: snyk test --all-sub-projects --configuration-matching=^runtimeClasspath$ # || true
34+
run: snyk test --all-sub-projects --policy-path=./.snyk --configuration-matching=^runtimeClasspath$ # || true
3535
env:
3636
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)