Skip to content

Support multiple named LLM providers in config.yaml #8

Support multiple named LLM providers in config.yaml

Support multiple named LLM providers in config.yaml #8

Workflow file for this run

name: Secret Scan
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
gitleaks:
name: Detect secrets with Gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history so Gitleaks can scan all commits
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LOG_OPTS: --all
GITLEAKS_CONFIG: .gitleaks.toml