Skip to content

chore(config): standardize GitHub hygiene surfaces #4

chore(config): standardize GitHub hygiene surfaces

chore(config): standardize GitHub hygiene surfaces #4

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches:
- main
- master
- "codex/**"
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}