Skip to content

Commit a2bf38f

Browse files
committed
feat!: remove get-code-scanning-coverage-report.sh script and update README
1 parent 0995c3d commit a2bf38f

File tree

2 files changed

+0
-725
lines changed

2 files changed

+0
-725
lines changed

gh-cli/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -762,20 +762,6 @@ Gets the branch protection status check contexts.
762762

763763
See the [docs](https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28#get-all-status-check-contexts) for more information.
764764

765-
### get-code-scanning-coverage-report.sh
766-
767-
Generates a comprehensive code scanning coverage report for all repositories in an organization. The report includes the default branch, last repository update time, detected languages, CodeQL enablement status, latest scan date, scanned languages, unscanned CodeQL-supported languages, open alerts count, and analysis errors/warnings. This helps identify coverage gaps (e.g., a scan done 2 years ago indicates the team is not actively using Code Scanning).
768-
769-
See the script header comments for usage details.
770-
771-
When using `--output`, the script generates actionable sub-reports:
772-
773-
- `*-disabled.csv` - Repos with CodeQL disabled or no scans
774-
- `*-stale.csv` - Repos modified >90 days after last scan
775-
- `*-missing-languages.csv` - Repos scanning but missing some CodeQL languages
776-
- `*-open-alerts.csv` - Repos with open code scanning alerts
777-
- `*-analysis-issues.csv` - Repos with analysis errors or warnings
778-
779765
### get-code-scanning-status-for-every-repository.sh
780766

781767
Get code scanning analyses status for every repository in an organization.

0 commit comments

Comments
 (0)