From 2ccd096ead884cc5a9916cac389ee4e43add4a68 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Wed, 31 Jan 2024 17:25:13 +0100 Subject: [PATCH] ci: fix secret detection --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d683b1..f1aea68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,9 @@ pylint-check: - ./pylint/ expire_in: 1 week - +secret_detection: + before_script: + - '' pytest: stage: test