Skip to content

Commit

Permalink
Update OpenAPI Description (#53339)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Nov 27, 2024
1 parent 3aafd31 commit b44227b
Show file tree
Hide file tree
Showing 23 changed files with 1,013 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7049,6 +7049,15 @@
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
"additional-permissions": false,
"access": "read"
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"additional-permissions": false,
"access": "read"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8631,6 +8631,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4259,6 +4259,12 @@
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7643,6 +7643,15 @@
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
"additional-permissions": false,
"access": "read"
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"additional-permissions": false,
"access": "read"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9391,6 +9391,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4571,6 +4571,12 @@
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
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": "b2ff88e4eaa64e465b9b210369bfd701e48edd9a"
"sha": "50bf833eb2c1288fb78419d9e4d359fda3c3ccbe"
}
Loading

0 comments on commit b44227b

Please sign in to comment.