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 98d177c commit b115b41Copy full SHA for b115b41
.github/workflows/SECURITY.yaml
@@ -17,4 +17,4 @@ jobs:
17
- name: Snyk monitor dependencies
18
env:
19
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
20
- run: snyk monitor --all-projects --strict-out-of-sync=false --target-reference=${GITHUB_REF}
+ run: snyk monitor --all-projects --exclude=testkit-backend --strict-out-of-sync=false --target-reference=${GITHUB_REF}
.github/workflows/SECURITY_PR.yaml
- name: Snyk test dependencies
- run: snyk test --all-projects --strict-out-of-sync=false --severity-threshold=medium --fail-on=all
+ run: snyk test --all-projects --exclude=testkit-backend --strict-out-of-sync=false --severity-threshold=medium --fail-on=all
0 commit comments