Skip to content

Iterate resolve-issue skill: internal consistency checks, stronger Cl… #7

Iterate resolve-issue skill: internal consistency checks, stronger Cl…

Iterate resolve-issue skill: internal consistency checks, stronger Cl… #7

Workflow file for this run

name: Scan Secrets
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
scan-secrets:
name: Scan current tree and Git history for secrets
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run secret scan
run: node scripts/scan-secrets.js --verbose