From 66475db496f2f72979f0febbd369f1450a7775fb Mon Sep 17 00:00:00 2001 From: Julian Thome Date: Wed, 12 Mar 2025 10:44:14 +0100 Subject: [PATCH] Applying suggestions from VR --- templates/sast.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/sast.yml b/templates/sast.yml index 154f816..557df93 100644 --- a/templates/sast.yml +++ b/templates/sast.yml @@ -158,9 +158,11 @@ semgrep-sast: - '**/application*.yml' - '**/management*.yml' - '**/actuator*.yml' + - '**/bootstrap*.yml' - '**/application*.yaml' - '**/management*.yaml' - '**/actuator*.yaml' + - '**/bootstrap*.yaml' ## In case gitlab-advanced-sast already covers all the files that semgrep-sast would have scanned - if: '$CI_COMMIT_BRANCH && $GITLAB_FEATURES =~ /\bsast_advanced\b/ &&