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: |