Skip to content

Add supervisor pattern, background GPU automation, production guardia… #13

Add supervisor pattern, background GPU automation, production guardia…

Add supervisor pattern, background GPU automation, production guardia… #13

Workflow file for this run

name: Secret Scan
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
gitleaks:
name: Scan for secrets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}