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

Merge branch 'scanning-include-rules' into 'main'

Add container scanning include rules

See merge request components/opentofu!7
parents 04340dc1 94956128
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,13 @@ include: ...@@ -22,6 +22,13 @@ include:
analyzer_image: "$CI_TEMPLATE_REGISTRY_HOST/security-products/container-scanning:6" analyzer_image: "$CI_TEMPLATE_REGISTRY_HOST/security-products/container-scanning:6"
# FIXME: why do I have to set this, this is weird ... # FIXME: why do I have to set this, this is weird ...
force_run: true force_run: true
rules:
- changes:
- Dockerfile
- .gitlab-ci.yml
- src/gitlab-tofu.sh
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment