mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38: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'
|
- '**/*.mjs'
|
||||||
- '**/*.cs'
|
- '**/*.cs'
|
||||||
- '**/*.rb'
|
- '**/*.rb'
|
||||||
|
- '**/*.php'
|
||||||
|
|
||||||
brakeman-sast:
|
brakeman-sast:
|
||||||
extends: .deprecated-16.8
|
extends: .deprecated-16.8
|
||||||
|
@ -138,7 +139,7 @@ semgrep-sast:
|
||||||
"$[[ inputs.excluded_analyzers ]]" !~ /gitlab-advanced-sast/ &&
|
"$[[ inputs.excluded_analyzers ]]" !~ /gitlab-advanced-sast/ &&
|
||||||
"$[[ inputs.run_advanced_sast ]]" == "true"'
|
"$[[ inputs.run_advanced_sast ]]" == "true"'
|
||||||
variables:
|
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:
|
exists:
|
||||||
- '**/*.c'
|
- '**/*.c'
|
||||||
- '**/*.cc'
|
- '**/*.cc'
|
||||||
|
@ -197,7 +198,7 @@ semgrep-sast:
|
||||||
- '**/bootstrap*.yml'
|
- '**/bootstrap*.yml'
|
||||||
- '**/application*.yaml'
|
- '**/application*.yaml'
|
||||||
- '**/bootstrap*.yaml'
|
- '**/bootstrap*.yaml'
|
||||||
|
|
||||||
sobelow-sast:
|
sobelow-sast:
|
||||||
extends: .sast-analyzer
|
extends: .sast-analyzer
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue