feat(github): add organization base repository permission strict check (CIS GitHub 1.3.8) (#8785)

Co-authored-by: akorshak-afg <alex.korshak@afg.org>
Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
Co-authored-by: Andoni Alonso <14891798+andoniaf@users.noreply.github.com>
This commit is contained in:
Alex K
2025-10-27 03:45:50 -05:00
committed by GitHub
parent b8dab5e0ed
commit ff4a186df6
9 changed files with 344 additions and 12 deletions

6
.gitignore vendored
View File

@@ -39,6 +39,12 @@ secrets-*/
# JUnit Reports
junit-reports/
# Test and coverage artifacts
*_coverage.xml
pytest_*.xml
.coverage
htmlcov/
# VSCode files
.vscode/