Skip to content

feat(workflows): reusable security-scan workflow for org-wide use#3

Merged
WomB0ComB0 merged 1 commit intomainfrom
feat/reusable-security-scan
Apr 14, 2026
Merged

feat(workflows): reusable security-scan workflow for org-wide use#3
WomB0ComB0 merged 1 commit intomainfrom
feat/reusable-security-scan

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Summary

Second PR in the standardization series. Adds a `workflow_call`-only workflow that every public ResQ repo can invoke via a short wrapper (~15 lines). Keeps security policy in one place.

Jobs

  • codeql — matrix over `inputs.languages` (JSON array); skipped when empty
  • gitleaks — `gitleaks/gitleaks-action@v2` against full history
  • osv-scanner — official `google/osv-scanner-action@v2`, recursive
  • dependency-review — PR-only; fails on high-severity CVEs
  • snyk — opt-in via `enable-snyk: true` + `SNYK_TOKEN`

Caller

See `.github/workflows/README.md` for the full template and per-repo language values.

Verification

YAML parses cleanly. Live run on first caller PR.

🤖 Generated with Claude Code

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@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 12 minutes and 46 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 12 minutes and 46 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: 2d5d2164-c699-4c67-ab55-c35787165e90

📥 Commits

Reviewing files that changed from the base of the PR and between 6b011ba and f351eab.

📒 Files selected for processing (1)
  • .github/workflows/security-scan.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/reusable-security-scan

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.

@WomB0ComB0 WomB0ComB0 merged commit ca9e97a into main Apr 14, 2026
2 checks passed
@WomB0ComB0 WomB0ComB0 deleted the feat/reusable-security-scan branch April 14, 2026 22:06
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