From 2081519af8df8475646e831f6e41e78c18e45c60 Mon Sep 17 00:00:00 2001 From: Patrick Dohmen Date: Sat, 19 Jun 2021 00:00:03 +0200 Subject: [PATCH] Fix Security Scanning setup According to [1], > Secret Detection jobs `secret_detection_default_branch` and > `secret_detection` were consolidated into one job, > `secret_detection`." so the setup in `.gitlab-ci.yaml` for `secret_detection_default_branch` is obsolete. [1]: https://docs.gitlab.com/ee/user/application_security/secret_detection/#configuration Signed-off-by: Patrick Dohmen --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d54d8a9..f1df2ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -322,11 +322,6 @@ secret_detection: needs: - job: api artifacts: true -secret_detection_default_branch: - stage: security - needs: - - job: api - artifacts: true license_scanning: stage: security needs: