You've already forked gitlab-actions
mirror of
https://github.com/hegerdes/gitlab-actions.git
synced 2025-10-06 05:36:52 +02:00
fix: container build image ref
This commit is contained in:
@@ -21,7 +21,7 @@ The template should work without modifications but you can customize the templat
|
||||
| Input | Default value | Description |
|
||||
| ----- | ------------- | ----------- |
|
||||
| `stage` | `test` | The stage where you want the job to be added |
|
||||
| `analyzer_image` | `$CI_TEMPLATE_REGISTRY_HOST/security-products/container-scanning:5` | The Docker image of the analyzer |
|
||||
| `build_image` | `$CI_TEMPLATE_REGISTRY_HOST/security-products/container-scanning:5` | The Docker image of the analyzer |
|
||||
| `force_run` | `false` | When set to `true` it always adds the job even if `$CONTAINER_SCANNING_DISABLED` is set |
|
||||
|
||||
### Variables
|
||||
|
@@ -42,7 +42,7 @@ spec:
|
||||
container_build:
|
||||
stage: $[[ inputs.stage ]]
|
||||
image:
|
||||
name: "$[[ inputs.analyzer_image ]]"
|
||||
name: "$[[ inputs.build_image ]]"
|
||||
entrypoint: [""]
|
||||
variables:
|
||||
#More Information on Kaniko Caching: https://cloud.google.com/build/docs/kaniko-cache\n\t
|
||||
|
Reference in New Issue
Block a user