Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,10 @@ reviews:
CI/CD review — security AND design:

Security:
- Pin actions by full SHA, not tag
- GitHub-owned actions (actions/*) use tag refs (e.g., @v4)
for readability — do NOT flag these for missing SHA pins.
Third-party actions must be pinned by full SHA with a
trailing version comment (e.g., @<sha> # v1.2.3).
- No secrets in logs; mask sensitive outputs
- Least privilege: minimize GITHUB_TOKEN permissions
- No pull_request_target with checkout of PR head
Expand Down Expand Up @@ -440,9 +443,10 @@ reviews:
- name: "ai-attribution"
instructions: |
If AI tools were used (mentioned in PR or commits), verify
Red Hat attribution: Assisted-by or Generated-by trailers.
attribution trailers: Assisted-by, Generated-by, or
Made-with (e.g., Made-with: Cursor) are acceptable.
Flag use of Co-Authored-By for AI tools.
mode: "warning"
mode: "error"

# ── Knowledge base ───────────────────────────────────────────
knowledge_base:
Expand Down
Loading