From 4cd0e136483efee4f21d209627d4b687ab0c315d Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 20 Jun 2026 20:16:17 +0200 Subject: [PATCH] feat(sec): enable vulnerability alerts --- common.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common.json b/common.json index b9e0e26..b48656a 100644 --- a/common.json +++ b/common.json @@ -17,5 +17,9 @@ "minimumReleaseAge": "0 days", "internalChecksFilter": "none" } - ] + ], + "osvVulnerabilityAlerts": true, + "vulnerabilityAlerts": { + "enabled": true + } } -- 2.52.0