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:
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
run: sudo apt install gitleaks
- name: Run gitleaks
run: gitleaks detect --source . --verbose --exit-code 1
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2