Replace excluded analyzers var with input

This commit is contained in:
Fabio Pitino 2023-05-03 10:42:29 +01:00
parent 38164ad9f1
commit 8956444fcb
2 changed files with 15 additions and 13 deletions

View file

@ -24,3 +24,4 @@ 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_suffix` | `""` | Used by `semgrep-sast` job only |
| `excluded_analyzers` | `""` | Comma separated list of analyzers that should not run |