mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +02:00
Update file sast.yml
This commit is contained in:
parent
0e94e97004
commit
d5a228428c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue