mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Remove global variables
This commit is contained in:
parent
f01197b9d2
commit
74f9c69edc
1 changed files with 4 additions and 6 deletions
10
template.yml
10
template.yml
|
@ -6,12 +6,6 @@ spec:
|
|||
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
||||
|
||||
---
|
||||
variables:
|
||||
SAST_IMAGE_SUFFIX: ""
|
||||
SAST_EXCLUDED_ANALYZERS: ""
|
||||
SAST_EXCLUDED_PATHS: "spec, test, tests, tmp"
|
||||
SCAN_KUBERNETES_MANIFESTS: "false"
|
||||
|
||||
.sast-analyzer:
|
||||
stage: $[[ inputs.stage ]]
|
||||
allow_failure: true
|
||||
|
@ -19,6 +13,10 @@ variables:
|
|||
# see https://gitlab.com/gitlab-org/gitlab/-/issues/218444
|
||||
variables:
|
||||
SEARCH_MAX_DEPTH: 4
|
||||
SAST_IMAGE_SUFFIX: ""
|
||||
SAST_EXCLUDED_ANALYZERS: ""
|
||||
SAST_EXCLUDED_PATHS: "spec, test, tests, tmp"
|
||||
SCAN_KUBERNETES_MANIFESTS: "false"
|
||||
script:
|
||||
- /analyzer run
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue