This commit is contained in:
Adrien Bouvais 2026-08-16 14:56:40 +02:00
parent 25f63813a2
commit 10165178e8

View File

@ -6,12 +6,12 @@ jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks - name: Run Gitleaks
run: sudo apt install gitleaks uses: gitleaks/gitleaks-action@v2
- name: Run gitleaks
run: gitleaks detect --source . --verbose --exit-code 1