diff --git a/.gitea/workflows/test-ci.yml b/.gitea/workflows/test-ci.yml index 62f7e43..92e1424 100644 --- a/.gitea/workflows/test-ci.yml +++ b/.gitea/workflows/test-ci.yml @@ -17,12 +17,11 @@ jobs: name: Secret Detection (Gitleaks) runs-on: host steps: - - name: Fetch Code - run: | - git config --global --add safe.directory "$PWD" - git fetch --all + - name: Checkout Code + uses: actions/checkout@v4 - - name: Run Gitleaks via Container Engine + - name: Run Gitleaks via Podman run: | echo "🔍 Lancement du scan Gitleaks..." podman run --rm -v "$PWD":/path zricethezav/gitleaks:v8.18.2 detect --source="/path" -v + \ No newline at end of file