Development Guide

This section provides information for developers who want to contribute to the ComplianceAsCode Builder project.

Development Workflow

If you’re interested in contributing to ComplianceAsCode Builder, here’s the general workflow:

  1. Fork the repository on GitHub
  2. Create a new branch for your changes
  3. Make your changes and test them locally
  4. Submit a pull request to the main repository
  5. Address any feedback from reviewers

Developer Documentation

The following guides will help you set up your development environment and understand the project’s workflow:

GitHub Actions Workflows

This project includes several GitHub Actions workflows for automating builds, tests, and deployments:

  • Build and test containers
  • Publishing images to GitHub Container Registry
  • Documentation site generation

For more information on testing these workflows locally, see the Installing Act guide.


Table of contents