Commit c03298fe authored by rossfuhrman's avatar rossfuhrman

Allow failure for Secret Detection job

This makes Secret Detection behavior consistent with the other Secure
analyzers
parent 651d6474
---
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