[TT-15507] Reverting /hello endpoint to always return 200 status code #488
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: Security Review | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
issue_comment: | |
types: [created] | |
# Define permissions needed for the workflow | |
permissions: | |
issues: write | |
pull-requests: write | |
contents: read | |
jobs: | |
security_review: | |
uses: buger/probe/.github/workflows/probe.yml@main | |
with: | |
command_prefix: "/security" | |
prompt: ".probe/security-reviewer.md" | |
update_existing_comment: true | |
update_comment_marker: "Security Impact Reviewer Prompt" | |
secrets: | |
ANTHROPIC_API_KEY: ${{ secrets.PROBE_ANTHROPIC_API_KEY }} | |
ANTHROPIC_API_URL: ${{ secrets.PROBE_ANTHROPIC_URL }} |