Update file sast.yml

This commit is contained in:
Melissa Beldman 2025-06-03 19:56:36 +00:00
parent 312da6bf5a
commit 843eb13140

View file

@ -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: