mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
fix excluded_analyzers parsing for gitlab-advanced-sast
This commit is contained in:
parent
0af19cdcc3
commit
f9711e760b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ gitlab-advanced-sast:
|
||||||
SAST_ANALYZER_IMAGE_TAG: 1
|
SAST_ANALYZER_IMAGE_TAG: 1
|
||||||
SEARCH_MAX_DEPTH: 20
|
SEARCH_MAX_DEPTH: 20
|
||||||
rules:
|
rules:
|
||||||
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /semgrep/'
|
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /gitlab-advanced-sast/'
|
||||||
when: never
|
when: never
|
||||||
- if: '"$[[ inputs.run_advanced_sast ]]" != "true"'
|
- if: '"$[[ inputs.run_advanced_sast ]]" != "true"'
|
||||||
when: never
|
when: never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue