Skip to content

test

test #2

Workflow file for this run

# .github/workflows/rudra.yml
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
security-events: write
jobs:
rudra:
runs-on: ubuntu-latest
steps:
- uses: powerexploit/Rudra@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
llm-api-key: ${{ secrets.RUDRA_LLM_API_KEY }} # omit → deterministic-only
llm-provider: anthropic
fail-threshold-score: "7.0"