Skip to content

chore: remove 65 noisy files from tracking (agent docs, build artifac… #6

chore: remove 65 noisy files from tracking (agent docs, build artifac…

chore: remove 65 noisy files from tracking (agent docs, build artifac… #6

Workflow file for this run

---
# MC-064: Automated secret scanning via gitleaks.
# Runs on every push and PR to catch accidental secret commits.
name: Secret Scan
on: [push, pull_request]
jobs:
scan:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}