feat: add agent-shield.yml workflow for compliance#98
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a new GitHub Actions workflow file that implements the AgentShield compliance check by delegating to an organization-level reusable workflow. The workflow triggers on push and pull_request events to the main branch and operates with read-only permissions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@don-petry — CI is running. This PR adds |
There was a problem hiding this comment.
Pull request overview
Adds the required AgentShield workflow stub to bring the repo into compliance with the org CI standards and resolve the “missing-agent-shield.yml” audit finding (Closes #40).
Changes:
- Added
.github/workflows/agent-shield.ymlthin caller workflow. - Workflow delegates to the org-level reusable
agent-shield-reusable.yml@v1and triggers onpush/pull_requesttomain.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closes #40 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
40e15fe to
b6ea6b0
Compare
|


Summary
.github/workflows/agent-shield.yml— a thin caller stub for the org-level reusableagent-shield-reusable.yml@v1standards/workflows/agent-shield.ymlper the standards-conformance rulesCloses #40
Generated with Claude Code
Summary by CodeRabbit