Skip to main content
Glama

USPTO Final Petition Decisions MCP Server

by john-walkoe
secret-scan.yaml1.48 kB
name: Secret Scanning on: push: branches: [ main, master, develop ] pull_request: branches: [ main, master, develop ] jobs: secret-scan: name: Detect Secrets runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 # Full history for comprehensive scanning - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.11' - name: Install detect-secrets run: | pip install detect-secrets - name: Run detect-secrets scan run: | detect-secrets scan \ --exclude-files 'configs/.*\.json' \ --exclude-files '\.md$' \ --exclude-files 'package-lock\.json' \ --exclude-files '\.lock$' \ --baseline .secrets.baseline - name: Check for secrets in git history (last 100 commits) run: | # Scan recent git history for accidentally committed secrets git log --all --pretty=format: -p -100 | \ detect-secrets scan --stdin \ --exclude-files 'configs/.*\.json' \ --exclude-files '\.md$' || true - name: Security scan summary if: always() run: | echo "✅ Secret scanning complete" echo "If secrets were detected, the job will fail above" echo "To update baseline: detect-secrets scan --baseline .secrets.baseline"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/john-walkoe/uspto_fpd_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server