Skip to content

docs: update constitution v1.5.1 #73

docs: update constitution v1.5.1

docs: update constitution v1.5.1 #73

name: Agent Secret Scan
on:
push:
pull_request:
jobs:
scan-agent-secrets:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install ripgrep
run: sudo apt-get update && sudo apt-get install -y ripgrep
- name: Scan agent directories for secrets
run: ./scripts/scan-agent-secrets.sh --fail-on-high .