Merge pull request #18663 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot 2022-06-16 02:53:40 -05:00 коммит произвёл GitHub
Родитель 92a71b7899 b628cd5387
Коммит 0b905eab51
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -482706,7 +482706,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Shows whether dependency alerts are enabled or disabled for a repository. The authenticated user must have admin access to the repository. For more information, see \"<a href=\"https://docs.github.com/en/articles/about-security-alerts-for-vulnerable-dependencies\">About security alerts for vulnerable dependencies</a>\".</p>",
"descriptionHTML": "<p>Shows whether dependency alerts are enabled or disabled for a repository. The authenticated user must have admin read access to the repository. For more information, see \"<a href=\"https://docs.github.com/en/articles/about-security-alerts-for-vulnerable-dependencies\">About security alerts for vulnerable dependencies</a>\".</p>",
"statusCodes": [
{
"httpStatusCode": "204",

Просмотреть файл

@ -454419,7 +454419,7 @@
"/repos/{owner}/{repo}/vulnerability-alerts": {
"get": {
"summary": "Check if vulnerability alerts are enabled for a repository",
"description": "Shows whether dependency alerts are enabled or disabled for a repository. The authenticated user must have admin access to the repository. For more information, see \"[About security alerts for vulnerable dependencies](https://docs.github.com/en/articles/about-security-alerts-for-vulnerable-dependencies)\".",
"description": "Shows whether dependency alerts are enabled or disabled for a repository. The authenticated user must have admin read access to the repository. For more information, see \"[About security alerts for vulnerable dependencies](https://docs.github.com/en/articles/about-security-alerts-for-vulnerable-dependencies)\".",
"tags": [
"repos"
],