mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Merge branch 'philipcunningham-make-php-support-available-in-glas-523657' into 'main'
Draft: Add PHP language support to gitlab-advanced-sast See merge request components/sast!21
This commit is contained in:
commit
0009eb935e
1 changed files with 3 additions and 2 deletions
|
@ -75,6 +75,7 @@ gitlab-advanced-sast:
|
|||
- '**/*.mjs'
|
||||
- '**/*.cs'
|
||||
- '**/*.rb'
|
||||
- '**/*.php'
|
||||
|
||||
brakeman-sast:
|
||||
extends: .deprecated-16.8
|
||||
|
@ -138,7 +139,7 @@ semgrep-sast:
|
|||
"$[[ inputs.excluded_analyzers ]]" !~ /gitlab-advanced-sast/ &&
|
||||
"$[[ inputs.run_advanced_sast ]]" == "true"'
|
||||
variables:
|
||||
SAST_EXCLUDED_PATHS: "$DEFAULT_SAST_EXCLUDED_PATHS, **/*.py, **/*.go, **/*.java, **/*.js, **/*.jsx, **/*.ts, **/*.tsx, **/*.cjs, **/*.mjs, **/*.cs, **/*.rb"
|
||||
SAST_EXCLUDED_PATHS: "$DEFAULT_SAST_EXCLUDED_PATHS, **/*.py, **/*.go, **/*.java, **/*.js, **/*.jsx, **/*.ts, **/*.tsx, **/*.cjs, **/*.mjs, **/*.cs, **/*.rb, **/*.php"
|
||||
exists:
|
||||
- '**/*.c'
|
||||
- '**/*.cc'
|
||||
|
@ -197,7 +198,7 @@ semgrep-sast:
|
|||
- '**/bootstrap*.yml'
|
||||
- '**/application*.yaml'
|
||||
- '**/bootstrap*.yaml'
|
||||
|
||||
|
||||
sobelow-sast:
|
||||
extends: .sast-analyzer
|
||||
image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue