Replace var image suffix with input

This commit is contained in:
Fabio Pitino 2023-05-03 10:34:32 +01:00
parent 74f9c69edc
commit 38164ad9f1
2 changed files with 4 additions and 2 deletions

View file

@ -23,3 +23,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 |