mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue