Infrastructure tools and configurations for Red Hat Advanced Cluster Management (ACM).
- acm-config/ - ACM configuration files (submodule from stolostron/acm-config)
- konflux/ - Konflux CI/CD integration tools
- konflux-jira-integration/ - Automated Konflux build compliance scanner with JIRA integration
Clone the repository with submodules:
git clone --recurse-submodules https://github.com/stolostron/acm-infra.gitOr update submodules after cloning:
git submodule update --init --recursiveImportant: This repository uses GitHub Actions workflows that require access to repository secrets for CI/CD operations. Due to GitHub's security model, secrets are not available to workflows triggered by pull requests from forked repositories.
Therefore, please do not submit pull requests from forks. Instead:
- Request write access to this repository
- Create a feature branch directly in this repository
- Submit your pull request from that branch
This ensures all CI checks can run properly with the required credentials.