Update file sast.yml

This commit is contained in:
Melissa Beldman 2025-06-03 20:29:51 +00:00
parent 0e94e97004
commit d5a228428c

View file

@ -25,14 +25,21 @@ spec:
default: true default: true
type: boolean type: boolean
use_precompiled_artifacts: use_precompiled_artifacts:
description: Identifies whether pre-compiled artifacts will be provided or if compilation is required.
default: false default: false
type: boolean type: boolean
sast_dependencies: 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: [] default: []
type: array type: array
--- ---
.sast-analyzer: .sast-analyzer:
stage: $[[ inputs.stage ]] stage: $[[ inputs.stage ]]
tags: $[[ inputs.runner_tags ]]
allow_failure: true allow_failure: true
# these variables are used by the analyzer # these variables are used by the analyzer
# TODO: propagate inputs when breaking down into separate components # TODO: propagate inputs when breaking down into separate components