Skip to content

Commit b115b41

Browse files
authored
Remove testkit-backend from the Snyk security analysis (#1029)
Testkit backend is not released in production.
1 parent 98d177c commit b115b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/SECURITY.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Snyk monitor dependencies
1818
env:
1919
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
20-
run: snyk monitor --all-projects --strict-out-of-sync=false --target-reference=${GITHUB_REF}
20+
run: snyk monitor --all-projects --exclude=testkit-backend --strict-out-of-sync=false --target-reference=${GITHUB_REF}

.github/workflows/SECURITY_PR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Snyk test dependencies
1818
env:
1919
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
20-
run: snyk test --all-projects --strict-out-of-sync=false --severity-threshold=medium --fail-on=all
20+
run: snyk test --all-projects --exclude=testkit-backend --strict-out-of-sync=false --severity-threshold=medium --fail-on=all

0 commit comments

Comments
 (0)