Skip to content
Snippets Groups Projects
Unverified Commit 35a315ed authored by Timo Furrer's avatar Timo Furrer
Browse files

Container scanning

parent ee8181f8
No related branches found
No related tags found
No related merge requests found
include:
- local: tests/unit.gitlab-ci.yml
- local: tests/integration.gitlab-ci.yml
- component: gitlab.com/components/container-scanning/container-scanning@1.0
inputs:
stage: quality
# FIXME: why do I have to set this, this is weird ...
force_run: true
stages:
- build
- test
- test-integration
- quality
- deploy
- release
- cleanup
......@@ -54,6 +60,12 @@ gitlab-opentofu-image:build:
--push
.
container_scanning:
extends: .opentofu-versions
needs: ['gitlab-opentofu-image:build']
variables:
CS_IMAGE: $GITLAB_OPENTOFU_IMAGE_NAME
gitlab-opentofu-image:deploy:
extends: .opentofu-versions
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment