A collection of reusable GitHub Actions workflows with Python automation backends, designed to be shared across an organization. Each solution is self-contained: a reusable workflow and dedicated documentation.
| Solution | Description | Docs |
|---|---|---|
| Security | Turns Code Scanning alerts (e.g. AquaSec) into a managed GitHub Issues backlog with lifecycle automation | README |
.github/workflows/ # reusable GitHub Actions workflows (the product)
src/
core/ # shared utilities (GitHub API, config, helpers)
security/ # security automation scripts & modules
docs/
security/ # business-level documentation & example workflows
tests/ # all tests (mirrors src/ structure)
For a high-level overview of each solution's purpose and value:
- Security Automation: what it does, how it works, and why it matters
We welcome community contributions!
This project is licensed under the Apache License 2.0. See the LICENSE file for full terms.