From 4ed00df0584b630b4d65180983ccb7b0dd816045 Mon Sep 17 00:00:00 2001 From: Julian Thome Date: Mon, 17 Mar 2025 10:31:48 +0100 Subject: [PATCH] remove yml patterns --- templates/sast.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/sast.yml b/templates/sast.yml index 3e28a7c..6dad115 100644 --- a/templates/sast.yml +++ b/templates/sast.yml @@ -192,8 +192,6 @@ semgrep-sast: - '**/*.kt' - '**/*.cjs' - '**/*.mjs' - - '**/*.yml' - - '**/*.yaml' - '**/*.properties' - '**/application*.yml' - '**/bootstrap*.yml'