mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Merge branch 'update-README-to-improve-image-suffix-input-description' into 'main'
Update README.md to improve image_suffix input description See merge request gitlab-components/sast!4
This commit is contained in:
commit
f58c6d5048
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ include:
|
||||||
| `stage` | `test` | The stage where you want the job to be added |
|
| `stage` | `test` | The stage where you want the job to be added |
|
||||||
| `image_prefix` | `$CI_TEMPLATE_REGISTRY_HOST/security-products` | Define where all Docker image are pulled from |
|
| `image_prefix` | `$CI_TEMPLATE_REGISTRY_HOST/security-products` | Define where all Docker image are pulled from |
|
||||||
| `image_tag` | `3` | Tag of the Docker image to use |
|
| `image_tag` | `3` | Tag of the Docker image to use |
|
||||||
| `image_suffix` | `""` | Used by `semgrep-sast` job only |
|
| `image_suffix` | `""` | Suffix added to image. If set to `-fips`, [`FIPS-enabled` images](https://docs.gitlab.com/ee/user/application_security/sast/#fips-enabled-images) are used for scan. Only used by `semgrep` analyzer |
|
||||||
| `excluded_analyzers` | `""` | Comma separated list of analyzers that should not run |
|
| `excluded_analyzers` | `""` | Comma separated list of analyzers that should not run |
|
||||||
| `excluded_paths` | `"spec, test, tests, tmp"` | Comma separated list of paths to exclude |
|
| `excluded_paths` | `"spec, test, tests, tmp"` | Comma separated list of paths to exclude |
|
||||||
| `search_max_depth` | `4` | Defines how many directory levels the search for programming languages should span |
|
| `search_max_depth` | `4` | Defines how many directory levels the search for programming languages should span |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue