mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Update file sast.yml
This commit is contained in:
parent
312da6bf5a
commit
843eb13140
1 changed files with 9 additions and 4 deletions
|
@ -21,12 +21,15 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
include_experimental:
|
include_experimental:
|
||||||
default: 'false'
|
default: 'false'
|
||||||
enable_mr_pipelines:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
ff_glas_enable_php_support:
|
ff_glas_enable_php_support:
|
||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
use_precompiled_artifacts:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
sast_dependencies:
|
||||||
|
default: []
|
||||||
|
type: array
|
||||||
---
|
---
|
||||||
.sast-analyzer:
|
.sast-analyzer:
|
||||||
stage: $[[ inputs.stage ]]
|
stage: $[[ inputs.stage ]]
|
||||||
|
@ -38,7 +41,9 @@ spec:
|
||||||
SEARCH_MAX_DEPTH: $[[ inputs.search_max_depth ]]
|
SEARCH_MAX_DEPTH: $[[ inputs.search_max_depth ]]
|
||||||
DEFAULT_SAST_EXCLUDED_PATHS: $[[ inputs.excluded_paths ]]
|
DEFAULT_SAST_EXCLUDED_PATHS: $[[ inputs.excluded_paths ]]
|
||||||
SAST_EXCLUDED_PATHS: "$DEFAULT_SAST_EXCLUDED_PATHS"
|
SAST_EXCLUDED_PATHS: "$DEFAULT_SAST_EXCLUDED_PATHS"
|
||||||
script:
|
COMPILE: $[[ inputs.use_precompiled_artifacts ]]
|
||||||
|
dependencies: $[[ inputs.spotbugs_dependencies ]]
|
||||||
|
script:
|
||||||
- /analyzer run
|
- /analyzer run
|
||||||
artifacts:
|
artifacts:
|
||||||
access: 'developer'
|
access: 'developer'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue