Skip to content

feat: add agent-shield.yml compliance workflow#81

Merged
don-petry merged 1 commit into
mainfrom
claude/issue-57-20260408-2243
Apr 8, 2026
Merged

feat: add agent-shield.yml compliance workflow#81
don-petry merged 1 commit into
mainfrom
claude/issue-57-20260408-2243

Conversation

@don-petry

Copy link
Copy Markdown
Contributor

Summary

  • Adds the required agent-shield.yml workflow to bring the repository into compliance with the CI standards requirement for an AgentShield scan.
  • File copied verbatim from the org standards template at petry-projects/.github/standards/workflows/agent-shield.yml.
  • Thin caller delegating all logic to the org-level reusable workflow (petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1).

Closes #57

Generated with Claude Code

Adds the required AgentShield workflow copied verbatim from the org
standards template at petry-projects/.github/standards/workflows/agent-shield.yml.
Thin caller that delegates to petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1.

Closes #57

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 8, 2026 22:44
@coderabbitai

coderabbitai Bot commented Apr 8, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 58 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 9 minutes and 58 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 72b47f9f-c743-4627-85e2-9f68f91148fe

📥 Commits

Reviewing files that changed from the base of the PR and between 5d0b59d and 6164530.

📒 Files selected for processing (1)
  • .github/workflows/agent-shield.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-57-20260408-2243

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

@don-petry

Copy link
Copy Markdown
Contributor Author

@don-petry — this PR adds the required agent-shield.yml workflow (copied verbatim from the org standards template) to resolve the compliance finding in #57. Ready for your review and merge.

@sonarqubecloud

sonarqubecloud Bot commented Apr 8, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

Copilot AI left a comment

Copy link
Copy Markdown

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 required AgentShield GitHub Actions workflow to meet org CI compliance standards by delegating execution to the org-level reusable workflow.

Changes:

  • Introduces .github/workflows/agent-shield.yml as a thin caller workflow.
  • Configures the workflow to run on push/pull_request to main with read-only contents permission.
  • Delegates all scan logic to petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@don-petry don-petry merged commit a8fd8b8 into main Apr 8, 2026
19 of 20 checks passed
@don-petry don-petry deleted the claude/issue-57-20260408-2243 branch April 8, 2026 22:52
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-agent-shield.yml

2 participants