- Run remediation on plexusone repos - Fix the 30 non-compliant/partial repos identified by compliance check
- Release v0.2.0 - Tag a release with new compliance features (check, remediate, apply commands, local scanning, GitHub Action)
- CI/CD for pipelineconductor - Set up GitHub Actions using the reusable workflows we're enforcing
- Integration tests - End-to-end tests for CLI commands (check, remediate, apply)
- Test coverage badge - Add coverage reporting with gocoverbadge
- Diff output - Show what remediation would change (
--diffflag) - TypeScript verification - Test TypeScript compliance rules with real repos
- Slack/Teams notifications - Alert on compliance changes via webhooks
- Scheduled compliance reports - Cron job examples for weekly compliance reports
- Local filesystem scanning (LocalCollector)
- Compliance checking with filename mismatch detection
- Remediation generator for workflow files
- Batch apply with git commit/push/PR support
- gitscan integration
- GitHub Action (action.yaml)
- MkDocs documentation for new commands
- Unit tests for LocalCollector, WorkflowMatcher, Generator
- Cedar policy integration (--policies, --policy-action, --fail-on-deny flags)
- HTML report format (--format html with interactive filtering)