Skip to content

feat: add agent catalog and GitHub automation #4

feat: add agent catalog and GitHub automation

feat: add agent catalog and GitHub automation #4

Workflow file for this run

name: Secret scan
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
secret-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: .
base: HEAD~1
head: HEAD