diff --git a/.github/workflows/agent-triage.yml b/.github/workflows/agent-triage.yml index a625bef71..f0af3e4a7 100644 --- a/.github/workflows/agent-triage.yml +++ b/.github/workflows/agent-triage.yml @@ -23,6 +23,9 @@ jobs: uses: anthropics/claude-code-action@bf4f0de6fccd1eea7044a5f903fc928aff363134 # v1 env: ANTHROPIC_BASE_URL: https://proxy.shopify.ai/vendors/anthropic + ANTHROPIC_CUSTOM_HEADERS: |- + Shopify-Security-Scan: paranoid-path-template + Shopify-Security-Scan-Mode: block with: anthropic_api_key: ${{ secrets.AI_PROXY_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}