Skip to content

chore: add CodeRabbit and gitleaks configs#12

Merged
bakerboy448 merged 2 commits intomainfrom
chore/add-configs
Mar 1, 2026
Merged

chore: add CodeRabbit and gitleaks configs#12
bakerboy448 merged 2 commits intomainfrom
chore/add-configs

Conversation

@bakerboy448
Copy link
Collaborator

@bakerboy448 bakerboy448 commented Mar 1, 2026

Summary

  • Add .coderabbit.yaml for automated code review
  • Add .gitleaks.toml for secret scanning

Standardizing configs across all baker-scripts repos.

Summary by CodeRabbit

  • Chores
    • Added code review automation configuration to enforce security standards across Python and workflow files
    • Added secret detection configuration with allowlists for common non-sensitive paths

@bakerboy448 bakerboy448 merged commit 14de237 into main Mar 1, 2026
3 of 4 checks passed
@bakerboy448 bakerboy448 deleted the chore/add-configs branch March 1, 2026 22:28
@coderabbitai
Copy link

coderabbitai bot commented Mar 1, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d47148c and 1271ecc.

📒 Files selected for processing (2)
  • .coderabbit.yaml
  • .gitleaks.toml

Walkthrough

Two new configuration files are added to the repository: .coderabbit.yaml for code review behavior and path-based security checks, and .gitleaks.toml for secret scanning with predefined allowlist paths.

Changes

Cohort / File(s) Summary
Configuration Files
.coderabbit.yaml, .gitleaks.toml
Added code review configuration with assertive profile, language set to en-US, and path-based security instructions for Python files, GitHub workflows, and Dockerfiles. Added gitleaks configuration with allowlist for .env.example, __pycache__/, and .pytest_cache/.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/add-configs

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant