Skip to content

feat(docs): Add ast-grep support to configuration #6

feat(docs): Add ast-grep support to configuration

feat(docs): Add ast-grep support to configuration #6

Workflow file for this run

name: Gitleaks Guard
on:
push:
branches:
- main
jobs:
run-gitleaks:
name: Scan with gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_NOTIFY_USER_LIST: "@eapolinario"