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 3ca5add commit d69d72eCopy full SHA for d69d72e
.github/workflows/snyk-security.yml
@@ -31,6 +31,6 @@ jobs:
31
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
32
# Use || true to not fail the pipeline
33
- name: Snyk test
34
- run: snyk test --all-sub-projects --configuration-matching=^runtimeClasspath$ # || true
+ run: snyk test --all-sub-projects --policy-path=./.snyk --configuration-matching=^runtimeClasspath$ # || true
35
env:
36
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments