ci: add dependency-audit.yml workflow#79
Conversation
Copies the org-standard thin-caller stub verbatim from petry-projects/.github/standards/workflows/dependency-audit.yml. Delegates all audit logic to the reusable workflow at petry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1. Closes #49 Co-authored-by: Don Petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Pull request overview
Adds the missing org-standard dependency vulnerability audit workflow to bring the repository into CI compliance (per Issue #49) by introducing a thin caller stub that delegates to the centralized reusable workflow.
Changes:
- Add
.github/workflows/dependency-audit.ymlthin-caller workflow. - Configure it to run on
pull_requestandpushtargetingmain. - Delegate all audit logic to
petry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,33 @@ | |||
| # ───────────────────────────────────────────────────────────────────────────── | |||
| # SOURCE OF TRUTH: petry-projects/.github/standards/workflows/dependency-audit.yml | |||
| # Standard: petry-projects/.github/standards/ci-standards.md#5-dependency-audit-dependency-auditym | |||
|
Self-review: The workflow is a verbatim copy of the org standard template. CI: CodeQL and pip-audit pass. The npm audit job fails as expected — it correctly detected the 21 pre-existing npm vulnerabilities already flagged on the default branch (5 high, 15 moderate, 1 low). Addressing those is a separate task. @don-petry — please review and merge when ready. |
Summary
.github/workflows/dependency-audit.ymlby copying the org-standard template verbatim frompetry-projects/.github/standards/workflows/dependency-audit.ymlpetry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1mainCloses #49
Generated with Claude Code