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

Add container scanning include rules

parent e7f7e5d1
Branches
Tags
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