From d5a228428c0f218b8e5491a0efa4208a9877dbe3 Mon Sep 17 00:00:00 2001 From: Melissa Beldman Date: Tue, 3 Jun 2025 20:29:51 +0000 Subject: [PATCH] Update file sast.yml --- templates/sast.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/sast.yml b/templates/sast.yml index 1ce1a90..b06ebc2 100644 --- a/templates/sast.yml +++ b/templates/sast.yml @@ -25,14 +25,21 @@ spec: default: true type: boolean use_precompiled_artifacts: + description: Identifies whether pre-compiled artifacts will be provided or if compilation is required. default: false type: boolean sast_dependencies: + description: The dependant jobs to wait for before running SAST jobs. + default: [] + type: array + runner_tags: + description: The tags to apply to SAST jobs so they can be picked up by an appropriate GitLab runner default: [] type: array --- .sast-analyzer: stage: $[[ inputs.stage ]] + tags: $[[ inputs.runner_tags ]] allow_failure: true # these variables are used by the analyzer # TODO: propagate inputs when breaking down into separate components