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