docs: amend constitution to v1.13.0 for preset governance #90
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 . |