diff --git a/.github/workflows/ci.snyk.yml b/.github/workflows/ci.snyk.yml index 393d0f309f..cea9196b68 100644 --- a/.github/workflows/ci.snyk.yml +++ b/.github/workflows/ci.snyk.yml @@ -20,4 +20,4 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --yarn-workspaces --strict-out-of-sync=false --detection-depth=5 --dev + args: --yarn-workspaces --severity-threshold=high --strict-out-of-sync=false --detection-depth=5 --dev