From 61366c114f77fc59a16ece5af6b1fa325cd74f36 Mon Sep 17 00:00:00 2001 From: Thibault Debatty <thibault.debatty@gmail.com> Date: Tue, 7 Dec 2021 11:31:47 +0100 Subject: [PATCH] updated for gitleaks --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6265f1..ea8e61c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ test:gitleaks: name: "zricethezav/gitleaks" entrypoint: [""] script: - - gitleaks detect -v -p ./ -c gitleaks.toml + - gitleaks detect -v -c gitleaks.toml ./ # deploy only when pushed to branch master # and tests succeeded -- GitLab