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
|
||||
include_experimental:
|
||||
default: 'false'
|
||||
enable_mr_pipelines:
|
||||
default: false
|
||||
type: boolean
|
||||
ff_glas_enable_php_support:
|
||||
default: true
|
||||
type: boolean
|
||||
use_precompiled_artifacts:
|
||||
default: false
|
||||
type: boolean
|
||||
sast_dependencies:
|
||||
default: []
|
||||
type: array
|
||||
---
|
||||
.sast-analyzer:
|
||||
stage: $[[ inputs.stage ]]
|
||||
|
@ -38,6 +41,8 @@ spec:
|
|||
SEARCH_MAX_DEPTH: $[[ inputs.search_max_depth ]]
|
||||
DEFAULT_SAST_EXCLUDED_PATHS: $[[ inputs.excluded_paths ]]
|
||||
SAST_EXCLUDED_PATHS: "$DEFAULT_SAST_EXCLUDED_PATHS"
|
||||
COMPILE: $[[ inputs.use_precompiled_artifacts ]]
|
||||
dependencies: $[[ inputs.spotbugs_dependencies ]]
|
||||
script:
|
||||
- /analyzer run
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue