From 0849d093f8dbcd900b43aea4944133e6cd436441 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 25 Apr 2024 15:58:05 +0200 Subject: [PATCH] ci: fixed security detection job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 673a6a7..9ef0149 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ workflow: - if: $CI_COMMIT_BRANCH include: - - template: Security/Secret-Detection.gitlab-ci.yml + - template: Jobs/Secret-Detection.gitlab-ci.yml #commands to run in the Docker container before starting each job.