From ae3c75094daed1e19ac4e238ca644ed66e5351ac Mon Sep 17 00:00:00 2001 From: "J. Casalino" Date: Fri, 7 Nov 2025 16:04:15 -0500 Subject: [PATCH] MWPW-183330 Block SBOM-grype from creating tickets --- .kodiak/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kodiak/config.yaml b/.kodiak/config.yaml index 620a652..a4b2c3f 100644 --- a/.kodiak/config.yaml +++ b/.kodiak/config.yaml @@ -15,6 +15,9 @@ notifications: filters: include: risk_rating: R3 # Please do not change this unless instructed to do so. + exclude: + tool_type: + - "grype" # Exclude SBOM tickets which duplicate findings already created by snyk fields: assignee: name: jrivero