From 5aefe6bf109b58650a8a0befa55d30e11f99463d Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sun, 15 Jun 2025 09:25:44 -0700 Subject: [PATCH] Fix the rendering of the CI/CD doc This change should fix the RST CICD file to properly render. To see the broken output, look at: https://bandit.readthedocs.io/en/latest/ci-cd/index.html --- doc/source/ci-cd/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/ci-cd/index.rst b/doc/source/ci-cd/index.rst index 8b2aae83c..7eea55ff1 100644 --- a/doc/source/ci-cd/index.rst +++ b/doc/source/ci-cd/index.rst @@ -6,12 +6,14 @@ Continuous Integration and Deployment (CI/CD) This section provides documentation for setting up Continuous Integration and Deployment (CI/CD) pipelines for automated security scanning and quality assurance in this project. + Supported CI/CD Platforms ------------------------- The following CI/CD platforms are covered: - **GitHub Actions**: Example workflows for security scanning and quality checks. + Available Documentation ----------------------- @@ -19,6 +21,7 @@ Available Documentation :maxdepth: 1 github-actions + More CI/CD platforms and configurations may be added over time. Contributions and improvements to these configurations are welcome.