From a935ad3cbd1eb26af9565cb57d1bd440374dfc71 Mon Sep 17 00:00:00 2001 From: Ahmad Khan Date: Fri, 15 May 2026 11:44:30 -0500 Subject: [PATCH] Revert "Disable vulnerability check in dependency review (#57)" This reverts commit 2a78adea3f812c621c28aa25a8b69ac5f0ba8945. --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 83d1eb1..d5afba5 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -102,7 +102,7 @@ jobs: retry-on-snapshot-warnings: true retry-on-snapshot-warnings-timeout: 480 - vulnerability-check: false + vulnerability-check: true fail-on-severity: moderate license-check: true