mirror of
https://gitlab.com/components/secret-detection.git
synced 2025-06-30 07:28:30 +02:00
Merge branch 'apply-feedback-from-initial-version-review' into 'main'
Apply feedback from initial version review See merge request gitlab-components/secret-detection!1
This commit is contained in:
commit
06e155c45e
1 changed files with 2 additions and 6 deletions
|
@ -9,24 +9,20 @@ spec:
|
|||
image_suffix:
|
||||
default: ""
|
||||
---
|
||||
variables:
|
||||
SECRET_DETECTION_EXCLUDED_PATHS: ""
|
||||
|
||||
.secret-analyzer:
|
||||
secret_detection:
|
||||
stage: $[[ inputs.stage ]]
|
||||
image: "$[[ inputs.image_prefix ]]/secrets:$[[ inputs.image_tag ]]$[[ inputs.image_suffix ]]"
|
||||
services: []
|
||||
allow_failure: true
|
||||
variables:
|
||||
GIT_DEPTH: "50"
|
||||
SECRET_DETECTION_EXCLUDED_PATHS: ""
|
||||
# `rules` must be overridden explicitly by each child job
|
||||
# see https://gitlab.com/gitlab-org/gitlab/-/issues/218444
|
||||
artifacts:
|
||||
reports:
|
||||
secret_detection: gl-secret-detection-report.json
|
||||
|
||||
secret_detection:
|
||||
extends: .secret-analyzer
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue