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
Branches master
No related tags found
No related merge requests found
......@@ -116,6 +116,14 @@ container_scanning:
CS_SCHEMA_MODEL: 15
# Used for remediation
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:
extends: .opentofu-versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment