This guide covers deploying and integrating ARIA into your development workflow.
ARIA can be integrated into various CI/CD platforms:
See GitHub Actions Integration for detailed setup.
See GitLab CI Integration for detailed setup.
See Jenkins Integration for detailed setup.
pip install aria-policygit clone https://github.com/antenore/ARIA.git
cd ARIA
pip install -e .-
Initialize ARIA in your project:
aria init
-
Configure your policy:
aria policy validate aria-policy.yml
-
Apply templates:
aria template apply assistant
- Store policy files in version control
- Use CI/CD to validate policies
- Review policy changes in pull requests
- Document policy decisions
- Use templates for consistency