Fix
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 28s

This commit is contained in:
Adrien Bouvais 2026-08-16 14:46:52 +02:00
parent 2261d7ec0d
commit 6a8d58cce9

View File

@ -12,5 +12,5 @@ jobs:
- name: Run gitleaks
run: |
curl -sSL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_8.21.2_linux_x64.tar.gz | tar -xz
./gitleaks detect --source . --verbose --exit-code 1
docker pull zricethezav/gitleaks:latest
docker run -v /:/ zricethezav/gitleaks:latest detect --source / --verbose --exit-code 1