You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHubEnterpriseCloud] Update to 1.1.4-369141ccf82ff71f710ebff5458b7b5a from 1.1.4-306d5b5d8ae10d84736da59c5abf628f
Detected Schema changes:
2024-12-13 17:30:19 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-actions.yaml
└ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
2024-12-13 17:30:19 ERROR unable to open the rolodex file, check specification references and base path
├ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory
└ file: /__w/github-root/github-root/server-statistics-packages.yaml
2024-12-13 17:30:19 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
└ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
2024-12-13 17:30:21 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-actions.yaml
└ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
2024-12-13 17:30:21 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-packages.yaml
└ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory
2024-12-13 17:30:21 ERROR unable to open the rolodex file, check specification references and base path
├ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
└ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
ERROR: component `server-statistics-actions.yaml` does not exist in the specification
ERROR: component `server-statistics-packages.yaml` does not exist in the specification
ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [211350:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [211352:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [211354:11]
ERROR: component `server-statistics-actions.yaml` does not exist in the specification
ERROR: component `server-statistics-packages.yaml` does not exist in the specification
ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [211210:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [211212:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [211214:11]
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForEnterprise.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,7 @@ final class ListAlertsForEnterprise
29
29
privatestring$enterprise;
30
30
/**Set to `open` or `resolved` to only list secret scanning alerts in a specific state. **/
31
31
privatestring$state;
32
-
/**A comma-separated list of secret types to return. By default all secret types are returned.
33
-
See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)"
34
-
for a complete list of secret types. **/
32
+
/**A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" for a complete list of secret types. **/
35
33
privatestring$secretType;
36
34
/**A comma-separated list of resolutions. Only secret scanning alerts with one of these resolutions are listed. Valid resolutions are `false_positive`, `wont_fix`, `revoked`, `pattern_edited`, `pattern_deleted` or `used_in_tests`. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrg.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,7 @@ final class ListAlertsForOrg
29
29
privatestring$org;
30
30
/**Set to `open` or `resolved` to only list secret scanning alerts in a specific state. **/
31
31
privatestring$state;
32
-
/**A comma-separated list of secret types to return. By default all secret types are returned.
33
-
See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)"
34
-
for a complete list of secret types. **/
32
+
/**A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" for a complete list of secret types. **/
35
33
privatestring$secretType;
36
34
/**A comma-separated list of resolutions. Only secret scanning alerts with one of these resolutions are listed. Valid resolutions are `false_positive`, `wont_fix`, `revoked`, `pattern_edited`, `pattern_deleted` or `used_in_tests`. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrgListing.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,7 @@ final class ListAlertsForOrgListing
29
29
privatestring$org;
30
30
/**Set to `open` or `resolved` to only list secret scanning alerts in a specific state. **/
31
31
privatestring$state;
32
-
/**A comma-separated list of secret types to return. By default all secret types are returned.
33
-
See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)"
34
-
for a complete list of secret types. **/
32
+
/**A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" for a complete list of secret types. **/
35
33
privatestring$secretType;
36
34
/**A comma-separated list of resolutions. Only secret scanning alerts with one of these resolutions are listed. Valid resolutions are `false_positive`, `wont_fix`, `revoked`, `pattern_edited`, `pattern_deleted` or `used_in_tests`. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepo.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,7 @@ final class ListAlertsForRepo
32
32
privatestring$repo;
33
33
/**Set to `open` or `resolved` to only list secret scanning alerts in a specific state. **/
34
34
privatestring$state;
35
-
/**A comma-separated list of secret types to return. By default all secret types are returned.
36
-
See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)"
37
-
for a complete list of secret types. **/
35
+
/**A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" for a complete list of secret types. **/
38
36
privatestring$secretType;
39
37
/**A comma-separated list of resolutions. Only secret scanning alerts with one of these resolutions are listed. Valid resolutions are `false_positive`, `wont_fix`, `revoked`, `pattern_edited`, `pattern_deleted` or `used_in_tests`. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepoListing.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,7 @@ final class ListAlertsForRepoListing
32
32
privatestring$repo;
33
33
/**Set to `open` or `resolved` to only list secret scanning alerts in a specific state. **/
34
34
privatestring$state;
35
-
/**A comma-separated list of secret types to return. By default all secret types are returned.
36
-
See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)"
37
-
for a complete list of secret types. **/
35
+
/**A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See "[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" for a complete list of secret types. **/
38
36
privatestring$secretType;
39
37
/**A comma-separated list of resolutions. Only secret scanning alerts with one of these resolutions are listed. Valid resolutions are `false_positive`, `wont_fix`, `revoked`, `pattern_edited`, `pattern_deleted` or `used_in_tests`. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operator/EnterpriseAdmin/CreateOrUpdateEnterpriseCustomProperty.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ public function __construct(private Browser $browser, private AuthenticationInte
0 commit comments