Skip to content

Commit 9066907

Browse files
authored
Merge pull request #37579 from github/repo-sync
Repo sync
2 parents fa30695 + 5c38eed commit 9066907

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

content/code-security/securing-your-organization/enabling-security-features-in-your-organization/giving-org-access-private-registries.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ When a repository uses code stored in a private registry, some security features
1717

1818
## {% data variables.product.prodname_code_scanning_caps %} default setup access to private registries
1919

20-
{% data reusables.code-scanning.preview-org-private-registry %}
21-
2220
{% data variables.product.prodname_code_scanning_caps %} default setup analyzes {% data variables.code-scanning.no_build_support %} code without building it. If you do not define access to the private registries your organization uses, then {% data variables.product.prodname_code_scanning %} will only gather necessary data from dependencies available in public registries. Most times, this is enough for surfacing most of the vulnerabilities. However, in some cases the lack of access can lead to false negative results, that is, {% data variables.product.prodname_code_scanning %} is unable to detect a vulnerability in the code because it does not have all the information it needs to analyze the code. For example, some of the data flow paths may not be detected because steps are defined in dependencies that are not accessible and {% data variables.product.prodname_code_scanning %} does not know how to interpret them.
2321

2422
When you configure access to the private registries used in your organization, {% data variables.product.prodname_code_scanning %} has access to all the information it needs and is much less likely to miss a vulnerability.

content/rest/private-registries/organization-configurations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ autogenerated: rest
1212
allowTitleToDifferFromFilename: true
1313
---
1414

15-
> [!NOTE]
16-
> The ability to use the REST API to manage private registries is currently in {% data variables.release-phases.public_preview %} and subject to change.
1715

1816
<!-- Content after this section is automatically generated -->

data/features/org-private-registry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
versions:
55
fpt: '*'
66
ghec: '*'
7+
ghes: '>=3.18'

0 commit comments

Comments
 (0)