From e0c732b57e349b3e1f225863b0caf3ce81db8880 Mon Sep 17 00:00:00 2001 From: sorinvoicu <61691256+sorinvoicu@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:32:56 +0000 Subject: [PATCH] Revert "remove container from gitleaks.yml" This reverts commit 1834142734e02553463e34e7d5f7d60817748920. --- .github/workflows/gitleaks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index c41bff8..d9a2680 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -29,6 +29,8 @@ jobs: gitleaks: name: ${{ vars.CI_IMAGE }} runs-on: ubuntu-latest + container: + image: ${{ vars.CI_IMAGE }} steps: - name: Checkout project ⬇️