Repo Structure
This page documents the repository structure, and its purpose as part of the workflows.
.github
- contains all the workflows along with additional helper filesdocs
- contains all the documentation you are reading this on!policies
- contains all OPA policiestofu
- contains the OpenTofu configuration for the repository.checkov.yml
- the configuration file forcheckov
.cspell.yml
- the configuration file forcspell
.editorconfig
- the configuration file for EditorConfig.gitignore
- Files to exclude from being committed to the repository.markdownlint-cli2.yaml
- Configuration file for orcestrating themarkdownlint
CLI.markdownlint.yml
- Configuration file containing the standards to enforce formarkdownlint
.pre-commit-config.yaml
- Contain the hooks to run as part of thepre-commit
framework.terraform-docs.yml
- Configuration file forterraform-docs
.tflint.hcl
- Configuration file fortflint
.trivy.yml
- Configuration file forTrivy
LICENSE
- License information for the repositorymkdocs.yml
- Configuration file for generating the documentation usingmkdocs
README.md
- Basic README containing key information about the project/repo