From da62bda8293b6e45fbf2fc0ca9c84e0720cfccfd Mon Sep 17 00:00:00 2001 From: Connor Gilbert Date: Wed, 22 May 2024 18:32:05 +0000 Subject: [PATCH] Remove Scala and Kotlin from SpotBugs --- templates/sast.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/sast.yml b/templates/sast.yml index 048ee87..d739f1b 100644 --- a/templates/sast.yml +++ b/templates/sast.yml @@ -150,5 +150,3 @@ spotbugs-sast: - if: $CI_COMMIT_BRANCH exists: - '**/*.groovy' - - '**/*.scala' - - '**/*.kt'