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

This commit is contained in:
Adrien Bouvais 2026-08-16 14:42:07 +02:00
parent edee209485
commit 2261d7ec0d

View File

@ -10,6 +10,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6
- uses: gitleaks/gitleaks-action@v3 - name: Run gitleaks
env: run: |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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