Skip to content

[GitHub] Update to 1.1.4-2613abe9bea3162d3f87cc73a6dfdeed from 1.1.4-ffa2a2629ce7e409178910932d1b8231 #1293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/GitHub/etc/openapi-client-generator.state
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "ffa2a2629ce7e409178910932d1b8231",
"specHash": "2613abe9bea3162d3f87cc73a6dfdeed",
"generatedFiles": {
"files": [
{
Expand Down
8 changes: 7 additions & 1 deletion etc/specs/GitHub/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14968,7 +14968,7 @@ paths:

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
OAuth app tokens and personal access tokens (classic) need the `admin:org`, `write:org`, or `repo` scopes to use this endpoint.
tags:
- orgs
operationId: orgs/enable-or-disable-security-product-on-all-org-repos
Expand Down Expand Up @@ -202402,6 +202402,7 @@ components:
secret_scanning: enabled
secret_scanning_push_protection: enabled
secret_scanning_validity_checks: enabled
secret_scanning_non_provider_patterns: enabled
private_vulnerability_reporting: enabled
enforcement: enforced
url: https://api.github.com/orgs/octo-org/code-security/configurations/17
Expand All @@ -202424,6 +202425,7 @@ components:
secret_scanning: enabled
secret_scanning_push_protection: enabled
secret_scanning_validity_checks: disabled
secret_scanning_non_provider_patterns: disabled
private_vulnerability_reporting: enabled
enforcement: enforced
url: https://api.github.com/orgs/octo-org/code-security/configurations/1326
Expand All @@ -202447,6 +202449,7 @@ components:
secret_scanning: enabled
secret_scanning_push_protection: disabled
secret_scanning_validity_checks: disabled
secret_scanning_non_provider_patterns: disabled
private_vulnerability_reporting: disabled
enforcement: enforced
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
Expand All @@ -202472,6 +202475,7 @@ components:
secret_scanning: enabled
secret_scanning_push_protection: enabled
secret_scanning_validity_checks: enabled
secret_scanning_non_provider_patterns: enabled
private_vulnerability_reporting: enabled
enforcement: enforced
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
Expand Down Expand Up @@ -202519,6 +202523,7 @@ components:
secret_scanning: disabled
secret_scanning_push_protection: disabled
secret_scanning_validity_checks: disabled
secret_scanning_non_provider_patterns: disabled
private_vulnerability_reporting: disabled
enforcement: enforced
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
Expand Down Expand Up @@ -209977,6 +209982,7 @@ components:
secret_scanning: enabled
secret_scanning_push_protection: disabled
secret_scanning_validity_checks: disabled
secret_scanning_non_provider_patterns: disabled
private_vulnerability_reporting: disabled
enforcement: enforced
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
Expand Down
Loading