This repository provides reference CI/CD pipeline definitions and documentation.
If you discover a security issue, do not open a public issue.
Please report privately to the repository maintainers with:
- A description of the issue
- Steps to reproduce
- Potential impact
- Suggested remediation (if available)
The maintainers will acknowledge receipt and investigate as quickly as possible.
- Never commit real secrets, tokens, or connection strings.
- Use platform secret stores (GitHub Secrets, Azure DevOps variable groups).
- Prefer OIDC/workload identity over long-lived credentials.
- Keep dependencies and actions/tasks up to date.
- Require approvals for production deployments.
- Private report received.
- Triage and impact assessment.
- Fix prepared and validated.
- Coordinated disclosure after mitigation.