Skip to content

docs: v0.4.1-alpha — sibling-repo README table re-sync #7

docs: v0.4.1-alpha — sibling-repo README table re-sync

docs: v0.4.1-alpha — sibling-repo README table re-sync #7

Workflow file for this run

name: Secret scan
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # full history so leaks in any past commit are caught
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Free for public repositories — no GITLEAKS_LICENSE required.
GITLEAKS_CONFIG: .gitleaks.toml