Commit b3e348fb authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'allow-failure-for-secret-detection' into 'master'

Allow failure for Secret Detection job

See merge request gitlab-org/gitlab!48152
parents c1998526 c03298fe
---
title: Allow failure for Secret Detection job
merge_request: 48152
author:
type: fixed
......@@ -14,6 +14,7 @@ variables:
stage: test
image: "$SECURE_ANALYZERS_PREFIX/secrets:$SECRETS_ANALYZER_VERSION"
services: []
allow_failure: true
# `rules` must be overridden explicitly by each child job
# see https://gitlab.com/gitlab-org/gitlab/-/issues/218444
artifacts:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment