Skip to content
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

Repo sync #34670

Merged
merged 5 commits into from
Sep 20, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ shortTitle: Chat in IDE

### Changing your AI model

The model picker in Chat view is a pre-release feature and requires the latest version of [VS Code Insiders](https://code.visualstudio.com/insiders/), as well as the {% data variables.product.prodname_copilot_short %} pre-release extension.

{% data reusables.copilot.model-picker-enable-preview-features %}
{% data reusables.copilot.open-chat-vs-code %}
1. In the bottom right of the chat view, select the **CURRENT-MODEL** {% octicon "chevron-down" aria-hidden="true" %} dropdown menu, then click the AI model of your choice.
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/actions/message-parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Parameter | Value | Required | Default |
| :- | :- | :- | :- |
| `title` | Custom title | Yes | None |
| `title` | Custom title | No | None |
| `file` | Filename | No | `.github` |
| `col` | Column number, starting at 1 | No | None |
| `endColumn` | End column number | No | None |
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "218fadadb5342f3d6c49bf661619afe7e47f6b21"
"sha": "2125b20d5c50ac322da77be38815b025d8129c9e"
}
92 changes: 90 additions & 2 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Asaas
supportedSecret: Asaas API Token
secretType: asaas_api_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Asana
supportedSecret: Asana Legacy Format Personal Access Token
secretType: asana_legacy_format_personal_access_token
Expand Down Expand Up @@ -833,7 +844,7 @@
ghes: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Contributed Systems
Expand Down Expand Up @@ -1437,7 +1448,7 @@
ghes: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: GoCardless
Expand Down Expand Up @@ -2510,6 +2521,72 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Polar
supportedSecret: Polar Access Token
secretType: polar_access_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Polar
supportedSecret: Polar Authorization Code
secretType: polar_authorization_code
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Polar
supportedSecret: Polar Client Registration Token
secretType: polar_client_registration_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Polar
supportedSecret: Polat Client Secret
secretType: polar_client_secret
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Polar
supportedSecret: Polar Personal Access Token
secretType: polar_personal_access_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Polar
supportedSecret: Polar Refresh Token
secretType: polar_refresh_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Postman
supportedSecret: Postman API Key
secretType: postman_api_key
Expand Down Expand Up @@ -2915,6 +2992,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Siemens
supportedSecret: Siemens Code Access Token
secretType: siemens_code_access_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Slack
supportedSecret: Slack API Token
secretType: slack_api_token
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "b37f300b0ad41b4a3cc2bdfb0799b7443edf4311",
"blob-sha": "1c84fda1a814138b457b020b75f05e5e35fe6951",
"sha": "c981b0cef4c81074d3009a3850819804aa6f5b37",
"blob-sha": "efdb221a75553fb09b3bff43027cc4b64a63832c",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading