Skip to content

ci: add dependency-audit.yml workflow#79

Merged
don-petry merged 1 commit into
mainfrom
claude/issue-49-20260508-1409
May 11, 2026
Merged

ci: add dependency-audit.yml workflow#79
don-petry merged 1 commit into
mainfrom
claude/issue-49-20260508-1409

Conversation

@don-petry
Copy link
Copy Markdown
Collaborator

Summary

  • Adds .github/workflows/dependency-audit.yml by copying the org-standard template verbatim from petry-projects/.github/standards/workflows/dependency-audit.yml
  • Thin caller stub that delegates all audit logic to the reusable workflow at petry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1
  • Runs on PRs and pushes to main

Closes #49

Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 8, 2026 14:11
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 30 seconds before requesting another review.

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 @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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: ee833767-4059-4365-ae69-4d92e106b24f

📥 Commits

Reviewing files that changed from the base of the PR and between 5042df9 and 08da6f8.

📒 Files selected for processing (1)
  • .github/workflows/dependency-audit.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-49-20260508-1409

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

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.yml thin-caller workflow.
  • Configure it to run on pull_request and push targeting main.
  • 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
@don-petry
Copy link
Copy Markdown
Collaborator Author

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.

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.

Compliance: missing-dependency-audit.yml

2 participants