Skip to content

ci: wire org-wide security-scan + dependabot + CODEOWNERS#9

Merged
WomB0ComB0 merged 1 commit intomainfrom
ci/standardize-security-governance
Apr 15, 2026
Merged

ci: wire org-wide security-scan + dependabot + CODEOWNERS#9
WomB0ComB0 merged 1 commit intomainfrom
ci/standardize-security-governance

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Summary

Standardization pass. Adds the three per-repo files that can't live at the org level:

  • `.github/workflows/security.yml` — 15-line caller for the reusable `security-scan.yml` in resq-software/.github. Runs CodeQL (actions only here — bash repo), Gitleaks, OSV-Scanner, and PR Dependency Review on push / PR / weekly.
  • `.github/dependabot.yml` — weekly grouped github-actions updates.
  • `.github/CODEOWNERS` — default owner + installer/hooks surface flagged explicitly.

Inherits org-level defaults (CoC, Contributing, Security, Support, PR + issue templates) from `resq-software/.github`.

Verification

  • CI on this PR should run the new `security` workflow (CodeQL + Gitleaks + OSV + Dependency Review) — one jobs pane confirms integration.

🤖 Generated with Claude Code

Standardization pass across public ResQ repos:

  .github/workflows/security.yml  Thin caller for the reusable workflow
                                  in resq-software/.github. Passes the
                                  language list appropriate for this
                                  repo (["actions"] — bash-only repo,
                                  CodeQL analyzes workflow YAML).
  .github/dependabot.yml           Weekly grouped github-actions
                                  updates, Monday 06:17 UTC.
  .github/CODEOWNERS               Default owner + explicit rules for
                                  the installer + hooks surface.

Inherits CoC / Contributing / Security / Support / issue + PR templates
from resq-software/.github (landed in that repo's #2).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 48 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 8 minutes and 48 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ad8b7bdc-b9d0-4b81-8f8a-11c27b9135a9

📥 Commits

Reviewing files that changed from the base of the PR and between ab13eb5 and 89ecebf.

📒 Files selected for processing (3)
  • .github/CODEOWNERS
  • .github/dependabot.yml
  • .github/workflows/security.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/standardize-security-governance

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a CODEOWNERS file to define repository ownership and a dependabot.yml configuration to automate weekly GitHub Actions dependency updates. The review identifies a missing security workflow file that was intended to be part of this change and recommends using team-based ownership in the CODEOWNERS file instead of individual users to ensure better maintenance and scalability.

Comment thread .github/CODEOWNERS
/install.sh @WomB0ComB0
/install.ps1 @WomB0ComB0
/scripts/ @WomB0ComB0
/.github/workflows/ @WomB0ComB0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request title and description mention adding a security scan via .github/workflows/security.yml, but this file is missing from the current changes. Please include the workflow file to complete the implementation of the security scan integration as described.

Comment thread .github/CODEOWNERS
@@ -0,0 +1,8 @@
# Default owner for everything not matched by a more specific rule.
* @WomB0ComB0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For organization-level repositories, it is a best practice to assign teams as code owners rather than individual users. This ensures that the responsibility for code reviews is shared and avoids bottlenecks if an individual is unavailable or leaves the organization. Consider replacing @WomB0ComB0 with a relevant team, such as @resq-software/maintainers.

@WomB0ComB0 WomB0ComB0 merged commit ad7582b into main Apr 15, 2026
5 checks passed
@WomB0ComB0 WomB0ComB0 deleted the ci/standardize-security-governance branch April 15, 2026 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant