Skip to content

Resolve 2 data issues: Claude Vision gating, ChatGPT Codex CLI/Linux #6

Resolve 2 data issues: Claude Vision gating, ChatGPT Codex CLI/Linux

Resolve 2 data issues: Claude Vision gating, ChatGPT Codex CLI/Linux #6

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