From e0d433eece4e782f833c2896ca1d02fc81a4485e Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Wed, 20 Jul 2022 13:05:55 +0000 Subject: [PATCH] [ci] Enable secrets security check --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e045a5d12..216fc2dfb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,3 +142,14 @@ trigger lecture: DUMUX_MERGE_REQUEST_TARGET_BRANCH: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME DUMUX_COMMIT_SHA: $CI_COMMIT_SHA DUMUX_REFERENCE_SHA: $CI_REFERENCE_SHA + +################################################ +# enable secrets security check # +################################################ +include: + - template: Security/Secret-Detection.gitlab-ci.yml + +secret_detection: + stage: check-status + rules: + - when: always -- GitLab