From 8da6bc19f123a09f6d4ecaac591b82ab6254fc43 Mon Sep 17 00:00:00 2001 From: John Collinson Date: Mon, 9 Sep 2024 17:07:28 +0100 Subject: [PATCH] wip --- .github/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 5f583d1..86c9143 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -69,7 +69,7 @@ jobs: sudo mv gitleaks /usr/local/bin/ - name: Run GitLeaks Scan - run: gitleaks detect --source . --config-path ../.gitleaks.toml + run: gitleaks detect --source . --config ../.gitleaks.toml - name: Install Trivy run: |