From 843eb131404f4bd479f7ac5d96a5960ba198fd66 Mon Sep 17 00:00:00 2001 From: Melissa Beldman Date: Tue, 3 Jun 2025 19:56:36 +0000 Subject: [PATCH] Update file sast.yml --- templates/sast.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/templates/sast.yml b/templates/sast.yml index d937e76..c13cda9 100644 --- a/templates/sast.yml +++ b/templates/sast.yml @@ -21,12 +21,15 @@ spec: type: boolean include_experimental: default: 'false' - enable_mr_pipelines: - default: false - type: boolean ff_glas_enable_php_support: default: true type: boolean + use_precompiled_artifacts: + default: false + type: boolean + sast_dependencies: + default: [] + type: array --- .sast-analyzer: stage: $[[ inputs.stage ]] @@ -38,7 +41,9 @@ spec: SEARCH_MAX_DEPTH: $[[ inputs.search_max_depth ]] DEFAULT_SAST_EXCLUDED_PATHS: $[[ inputs.excluded_paths ]] SAST_EXCLUDED_PATHS: "$DEFAULT_SAST_EXCLUDED_PATHS" - script: + COMPILE: $[[ inputs.use_precompiled_artifacts ]] + dependencies: $[[ inputs.spotbugs_dependencies ]] + script: - /analyzer run artifacts: access: 'developer'