Skip to content

Update main_fefezfezf.yml #15

Update main_fefezfezf.yml

Update main_fefezfezf.yml #15

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: gitleaks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # important pour que Gitleaks puisse analyser l’historique complet
- name: Run Gitleaks (scan source)
uses: DariuszPorowski/github-action-gitleaks@v2.1.0
with:
args: detect --source . --verbose