Skip to content
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
32 changes: 28 additions & 4 deletions data/secret-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
hasPushProtection: true
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'

- provider: 'Anthropic'
supportedSecret: 'Anthropic API Key'
secretType: 'anthropic_api_key'
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.12'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false

- provider: 'Asana'
supportedSecret: 'Asana Personal Access Token'
secretType: 'asana_personal_access_token'
Expand Down Expand Up @@ -466,6 +478,18 @@
hasPushProtection: true
hasValidityCheck: false

- provider: 'Canva'
supportedSecret: 'Canva Connect API Secret'
secretType: 'canva_connect_api_secret'
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.12'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false

- provider: 'Checkout.com'
supportedSecret: 'Checkout.com Production Secret Key'
secretType: 'checkout_production_secret_key'
Expand Down Expand Up @@ -2783,7 +2807,7 @@
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'

- provider: 'Telnyx'
supportedSecret: 'Telnyx API V2 Key'
Expand Down Expand Up @@ -3040,7 +3064,7 @@
ghec: '*'
ghes: '*'
ghae: '*'
isPublic: true
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
Expand All @@ -3064,7 +3088,7 @@
ghec: '*'
ghes: '*'
ghae: '*'
isPublic: true
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
Expand All @@ -3077,7 +3101,7 @@
ghec: '*'
ghes: '*'
ghae: '*'
isPublic: true
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,24 @@
"additional-permissions": [],
"access": "read"
},
{
"category": "enterprise-admin",
"slug": "list-enterprise-consumed-licenses",
"subcategory": "license",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/consumed-licenses",
"additional-permissions": [],
"access": "read"
},
{
"category": "enterprise-admin",
"slug": "get-a-license-sync-status",
"subcategory": "license",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/license-sync-status",
"additional-permissions": [],
"access": "read"
},
{
"category": "enterprise-admin",
"slug": "get-github-actions-billing-for-an-enterprise",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,28 @@
"server-to-server": true,
"additional-permissions": []
},
{
"category": "enterprise-admin",
"slug": "list-enterprise-consumed-licenses",
"subcategory": "license",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/consumed-licenses",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": []
},
{
"category": "enterprise-admin",
"slug": "get-a-license-sync-status",
"subcategory": "license",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/license-sync-status",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": []
},
{
"category": "enterprise-admin",
"slug": "get-github-actions-billing-for-an-enterprise",
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "6d0981c022d41b9e6f385d364bd2dfcc5d3b6cab"
"sha": "7ab8592e0e02e3a1f4b89b14078e3ae793b17068"
}
62 changes: 49 additions & 13 deletions src/rest/data/fpt-2022-11-28/schema.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions src/rest/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -246304,7 +246304,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Returns a weekly aggregate of the number of additions and deletions pushed to a repository.</p>",
"descriptionHTML": "<p>Returns a weekly aggregate of the number of additions and deletions pushed to a repository.</p>\n<p><strong>Note:</strong> This endpoint can only be used for repositories with fewer than 10,000 commits. If the repository contains\n10,000 or more commits, a 422 status code will be returned.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
Expand All @@ -246317,6 +246317,10 @@
{
"httpStatusCode": "204",
"description": "<p>A header with no content is returned.</p>"
},
{
"httpStatusCode": "422",
"description": "<p>Repository contains more than 10,000 commits</p>"
}
]
},
Expand Down Expand Up @@ -246739,7 +246743,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Returns the <code>total</code> number of commits authored by the contributor. In addition, the response includes a Weekly Hash (<code>weeks</code> array) with the following information:</p>\n<ul>\n<li><code>w</code> - Start of the week, given as a <a href=\"http://en.wikipedia.org/wiki/Unix_time\">Unix timestamp</a>.</li>\n<li><code>a</code> - Number of additions</li>\n<li><code>d</code> - Number of deletions</li>\n<li><code>c</code> - Number of commits</li>\n</ul>",
"descriptionHTML": "<p>Returns the <code>total</code> number of commits authored by the contributor. In addition, the response includes a Weekly Hash (<code>weeks</code> array) with the following information:</p>\n<ul>\n<li><code>w</code> - Start of the week, given as a <a href=\"https://en.wikipedia.org/wiki/Unix_time\">Unix timestamp</a>.</li>\n<li><code>a</code> - Number of additions</li>\n<li><code>d</code> - Number of deletions</li>\n<li><code>c</code> - Number of commits</li>\n</ul>\n<p><strong>Note:</strong> This endpoint will return <code>0</code> values for all addition and deletion counts in repositories with 10,000 or more commits.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
Expand Down
Loading