mirror of
https://gitlab.com/components/sast.git
synced 2025-07-02 16:28:28 +02:00
Port more vars to inputs
This commit is contained in:
parent
a2e96cb379
commit
642cd120ca
2 changed files with 25 additions and 28 deletions
|
@ -23,6 +23,9 @@ where `<VERSION>` is the latest released tag or `main`.
|
|||
| ----- | ------------- | ----------- |
|
||||
| `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_tag` | `3` | Tag of the Docker image to use |
|
||||
| `image_suffix` | `""` | Used by `semgrep-sast` job only |
|
||||
| `excluded_analyzers` | `""` | Comma separated list of analyzers that should not run |
|
||||
| `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 |
|
||||
| `run_kubesec_sast` | `"false"` | Set it to `"true"` to run `kubesec-sast` job |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue