Skip to content

Add reference/ with sanitized CLAUDE.md files #5

Add reference/ with sanitized CLAUDE.md files

Add reference/ with sanitized CLAUDE.md files #5

Workflow file for this run

name: PII Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog scan
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
custom-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run custom PII scanner
run: python .github/scripts/scan.py .