Skip to content

Commit 5df6b48

Browse files
Copilotfelickz
andcommitted
Add new GHES 3.18 features to feature matrix
- Secret Scanning: Free secret risk assessment - Code Scanning: Development section for alert tracking, CodeQL for GitHub Actions workflows - Dependabot: Org-level access management, Helm support, cron expressions - Administration: Enterprise-level rulesets, delegated bypass for push rules Co-authored-by: felickz <[email protected]>
1 parent bb5e3f1 commit 5df6b48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GHAS-on-GHES-feature-matrix.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Secret scanning identifies plain text credentials inside your code repository.
7474
| [Secret scanning scan events via audit log and webhooks](https://github.blog/changelog/2024-12-20-audit-log-and-webhook-events-for-secret-scan-completions/) ||||||||||||||||
7575
| [Base64-encoded GitHub tokens detection](https://github.blog/changelog/2025-02-14-secret-scanning-detects-base64-encoded-github-tokens/) ||||||||||||||||
7676
| [Push protection bypass requests management via REST API](https://github.blog/changelog/2025-02-27-manage-push-protection-bypass-requests-for-secret-scanning-with-the-rest-api/) ||||||||||||||||
77+
| [Free secret risk assessment for organization and security admins](https://docs.github.com/en/[email protected]/code-security/secret-scanning/managing-alerts-from-secret-scanning) ||||||||||||||||
7778

7879
## Code scanning
7980
Code scanning is a feature that you use to analyze the code in a GitHub repository to find security vulnerabilities and coding errors. Any problems identified by the analysis are shown in GitHub.
@@ -120,6 +121,8 @@ Code scanning is a feature that you use to analyze the code in a GitHub reposito
120121
|[Zstandard archive for CodeQL tools](https://docs.github.com/en/[email protected]/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli#1-download-the-codeql-cli-tar-archive) ||||||||||||||||
121122
| [Delegated alert dismissal for code scanning](https://github.blog/changelog/2025-03-05-delegated-alert-dismissal-for-code-scanning-and-secret-scanning-now-available-in-public-preview/) ||||||||||||||☑️||
122123
| [Code scanning alert-related events in audit log](https://github.blog/changelog/2024-12-03-code-scanning-now-creates-alert-related-events-in-audit-log/) ||||||||||||||||
124+
| [Development section to track code scanning alert resolution progress](https://docs.github.com/en/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository) ||||||||||||||||
125+
| [CodeQL code scanning to detect security vulnerabilities in GitHub Actions workflows](https://docs.github.com/en/[email protected]/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages) ||||||||||||||||
123126

124127
## Supply-chain security
125128

@@ -174,6 +177,9 @@ Dependabot alerts tell you that your code depends on a package that is insecure.
174177
| [Dependabot version updates support for bun dependencies](https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories) ||||||||||||||||
175178
| [Dependabot version updates support for Docker Compose dependencies](https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories) ||||||||||||||||
176179
| [Dependabot version updates support for uv dependencies](https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories) ||||||||||||||||
180+
| [Organization administrators can grant Dependabot access to repositories at scale](https://docs.github.com/en/[email protected]/code-security/dependabot/working-with-dependabot/managing-dependabot-on-self-hosted-runners) ||||||||||||||||
181+
| [Dependabot version updates support for Helm dependencies](https://docs.github.com/en/[email protected]/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) ||||||||||||||||
182+
| [Custom update frequencies for Dependabot using cron expressions](https://docs.github.com/en/[email protected]/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval) ||||||||||||||||
177183

178184
#### Dependency Graph, Dependency Review and snapshot submission API
179185
Dependency review helps you understand dependency changes and the security impact of these changes at every pull request.
@@ -230,6 +236,8 @@ Security overview provides high-level summaries of the security status of an org
230236
|[Security configurations for archived repositories](https://docs.github.com/en/[email protected]/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale)||||||||||||||||
231237
|[Advanced filtering for repository selection by security feature status](https://docs.github.com/en/[email protected]/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/creating-security-configurations-for-your-organization)||||||||||||||||
232238
|[Security manager role can be assigned directly to individual users](https://docs.github.com/en/[email protected]/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)||||||||||||||||
239+
| [Enterprise-level rulesets and pull request merge methods using rules](https://docs.github.com/en/[email protected]/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/managing-rulesets-for-repositories-in-your-enterprise) ||||||||||||||||
240+
| [Delegated bypass process for push rules with email notifications](https://docs.github.com/en/[email protected]/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets) ||||||||||||||||
233241

234242
# Dependencies
235243
This section calls out the dependencies required to enable GitHub Advanced Security on GitHub Enterprise Server.

0 commit comments

Comments
 (0)