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

Rules in container scanning

parent fac7eeb2
No related branches found
No related tags found
Loading
...@@ -116,6 +116,14 @@ container_scanning: ...@@ -116,6 +116,14 @@ container_scanning:
CS_SCHEMA_MODEL: 15 CS_SCHEMA_MODEL: 15
# Used for remediation # Used for remediation
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
# FIXME: because we are using rules with the include, but override here, we also have to have the same rules here
rules:
- changes:
- Dockerfile
- .gitlab-ci.yml
- src/gitlab-tofu.sh
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
gitlab-opentofu-image:deploy:with-opentofu-version: gitlab-opentofu-image:deploy:with-opentofu-version:
extends: .opentofu-versions extends: .opentofu-versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment