Skip to content

Gitleaks

Gitleaks #638

Workflow file for this run

---
name: Gitleaks
"on":
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # run once a day at 4 AM
permissions:
contents: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: gitleaks/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}