Skip to content

Commit e3ff8b5

Browse files
authored
Fix the rendering of the CI/CD doc (#1274)
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
1 parent 61d1667 commit e3ff8b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/ci-cd/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@ Continuous Integration and Deployment (CI/CD)
66
This section provides documentation for setting up Continuous
77
Integration and Deployment (CI/CD) pipelines for automated
88
security scanning and quality assurance in this project.
9+
910
Supported CI/CD Platforms
1011
-------------------------
1112

1213
The following CI/CD platforms are covered:
1314

1415
- **GitHub Actions**: Example workflows for security scanning and quality checks.
16+
1517
Available Documentation
1618
-----------------------
1719

1820
.. toctree::
1921
:maxdepth: 1
2022

2123
github-actions
24+
2225
More CI/CD platforms and configurations may be added over time.
2326
Contributions and improvements to these configurations are
2427
welcome.

0 commit comments

Comments
 (0)