|
9047 | 9047 | }
|
9048 | 9048 | }
|
9049 | 9049 | },
|
| 9050 | + "repository_vulnerability_alert": { |
| 9051 | + "create": { |
| 9052 | + "descriptionHtml": "<p>A repository vulnerability alert was created.</p>", |
| 9053 | + "summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>", |
| 9054 | + "bodyParameters": [ |
| 9055 | + { |
| 9056 | + "type": "string", |
| 9057 | + "name": "action", |
| 9058 | + "in": "body", |
| 9059 | + "description": "", |
| 9060 | + "isRequired": true, |
| 9061 | + "enum": [ |
| 9062 | + "create" |
| 9063 | + ], |
| 9064 | + "childParamsGroups": [] |
| 9065 | + }, |
| 9066 | + { |
| 9067 | + "type": "", |
| 9068 | + "name": "alert", |
| 9069 | + "in": "body", |
| 9070 | + "description": "", |
| 9071 | + "isRequired": true |
| 9072 | + }, |
| 9073 | + { |
| 9074 | + "type": "object", |
| 9075 | + "name": "enterprise", |
| 9076 | + "in": "body", |
| 9077 | + "description": "<p>An enterprise on GitHub.</p>", |
| 9078 | + "childParamsGroups": [] |
| 9079 | + }, |
| 9080 | + { |
| 9081 | + "type": "object", |
| 9082 | + "name": "installation", |
| 9083 | + "in": "body", |
| 9084 | + "description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>", |
| 9085 | + "childParamsGroups": [] |
| 9086 | + }, |
| 9087 | + { |
| 9088 | + "type": "object", |
| 9089 | + "name": "organization", |
| 9090 | + "in": "body", |
| 9091 | + "description": "<p>A GitHub organization.</p>", |
| 9092 | + "childParamsGroups": [] |
| 9093 | + }, |
| 9094 | + { |
| 9095 | + "type": "object", |
| 9096 | + "name": "repository", |
| 9097 | + "in": "body", |
| 9098 | + "description": "<p>A repository on GitHub.</p>", |
| 9099 | + "isRequired": true, |
| 9100 | + "childParamsGroups": [] |
| 9101 | + }, |
| 9102 | + { |
| 9103 | + "type": "object", |
| 9104 | + "name": "sender", |
| 9105 | + "in": "body", |
| 9106 | + "description": "<p>A GitHub user.</p>", |
| 9107 | + "isRequired": true, |
| 9108 | + "childParamsGroups": [] |
| 9109 | + } |
| 9110 | + ], |
| 9111 | + "availability": [ |
| 9112 | + "Repository webhooks", |
| 9113 | + "Organization webhooks" |
| 9114 | + ], |
| 9115 | + "action": "create", |
| 9116 | + "category": "repository_vulnerability_alert" |
| 9117 | + }, |
| 9118 | + "dismiss": { |
| 9119 | + "descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>", |
| 9120 | + "summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>", |
| 9121 | + "bodyParameters": [ |
| 9122 | + { |
| 9123 | + "type": "string", |
| 9124 | + "name": "action", |
| 9125 | + "in": "body", |
| 9126 | + "description": "", |
| 9127 | + "isRequired": true, |
| 9128 | + "enum": [ |
| 9129 | + "dismiss" |
| 9130 | + ], |
| 9131 | + "childParamsGroups": [] |
| 9132 | + }, |
| 9133 | + { |
| 9134 | + "type": "", |
| 9135 | + "name": "alert", |
| 9136 | + "in": "body", |
| 9137 | + "description": "", |
| 9138 | + "isRequired": true |
| 9139 | + }, |
| 9140 | + { |
| 9141 | + "type": "object", |
| 9142 | + "name": "enterprise", |
| 9143 | + "in": "body", |
| 9144 | + "description": "<p>An enterprise on GitHub.</p>", |
| 9145 | + "childParamsGroups": [] |
| 9146 | + }, |
| 9147 | + { |
| 9148 | + "type": "object", |
| 9149 | + "name": "installation", |
| 9150 | + "in": "body", |
| 9151 | + "description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>", |
| 9152 | + "childParamsGroups": [] |
| 9153 | + }, |
| 9154 | + { |
| 9155 | + "type": "object", |
| 9156 | + "name": "organization", |
| 9157 | + "in": "body", |
| 9158 | + "description": "<p>A GitHub organization.</p>", |
| 9159 | + "childParamsGroups": [] |
| 9160 | + }, |
| 9161 | + { |
| 9162 | + "type": "object", |
| 9163 | + "name": "repository", |
| 9164 | + "in": "body", |
| 9165 | + "description": "<p>A repository on GitHub.</p>", |
| 9166 | + "isRequired": true, |
| 9167 | + "childParamsGroups": [] |
| 9168 | + }, |
| 9169 | + { |
| 9170 | + "type": "object", |
| 9171 | + "name": "sender", |
| 9172 | + "in": "body", |
| 9173 | + "description": "<p>A GitHub user.</p>", |
| 9174 | + "isRequired": true, |
| 9175 | + "childParamsGroups": [] |
| 9176 | + } |
| 9177 | + ], |
| 9178 | + "availability": [ |
| 9179 | + "Repository webhooks", |
| 9180 | + "Organization webhooks" |
| 9181 | + ], |
| 9182 | + "action": "dismiss", |
| 9183 | + "category": "repository_vulnerability_alert" |
| 9184 | + }, |
| 9185 | + "reopen": { |
| 9186 | + "descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>", |
| 9187 | + "summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>", |
| 9188 | + "bodyParameters": [ |
| 9189 | + { |
| 9190 | + "type": "string", |
| 9191 | + "name": "action", |
| 9192 | + "in": "body", |
| 9193 | + "description": "", |
| 9194 | + "isRequired": true, |
| 9195 | + "enum": [ |
| 9196 | + "reopen" |
| 9197 | + ], |
| 9198 | + "childParamsGroups": [] |
| 9199 | + }, |
| 9200 | + { |
| 9201 | + "type": "", |
| 9202 | + "name": "alert", |
| 9203 | + "in": "body", |
| 9204 | + "description": "", |
| 9205 | + "isRequired": true |
| 9206 | + }, |
| 9207 | + { |
| 9208 | + "type": "object", |
| 9209 | + "name": "enterprise", |
| 9210 | + "in": "body", |
| 9211 | + "description": "<p>An enterprise on GitHub.</p>", |
| 9212 | + "childParamsGroups": [] |
| 9213 | + }, |
| 9214 | + { |
| 9215 | + "type": "object", |
| 9216 | + "name": "installation", |
| 9217 | + "in": "body", |
| 9218 | + "description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>", |
| 9219 | + "childParamsGroups": [] |
| 9220 | + }, |
| 9221 | + { |
| 9222 | + "type": "object", |
| 9223 | + "name": "organization", |
| 9224 | + "in": "body", |
| 9225 | + "description": "<p>A GitHub organization.</p>", |
| 9226 | + "childParamsGroups": [] |
| 9227 | + }, |
| 9228 | + { |
| 9229 | + "type": "object", |
| 9230 | + "name": "repository", |
| 9231 | + "in": "body", |
| 9232 | + "description": "<p>A repository on GitHub.</p>", |
| 9233 | + "isRequired": true, |
| 9234 | + "childParamsGroups": [] |
| 9235 | + }, |
| 9236 | + { |
| 9237 | + "type": "object", |
| 9238 | + "name": "sender", |
| 9239 | + "in": "body", |
| 9240 | + "description": "<p>A GitHub user.</p>", |
| 9241 | + "isRequired": true, |
| 9242 | + "childParamsGroups": [] |
| 9243 | + } |
| 9244 | + ], |
| 9245 | + "availability": [ |
| 9246 | + "Repository webhooks", |
| 9247 | + "Organization webhooks" |
| 9248 | + ], |
| 9249 | + "action": "reopen", |
| 9250 | + "category": "repository_vulnerability_alert" |
| 9251 | + }, |
| 9252 | + "resolve": { |
| 9253 | + "descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>", |
| 9254 | + "summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>", |
| 9255 | + "bodyParameters": [ |
| 9256 | + { |
| 9257 | + "type": "string", |
| 9258 | + "name": "action", |
| 9259 | + "in": "body", |
| 9260 | + "description": "", |
| 9261 | + "isRequired": true, |
| 9262 | + "enum": [ |
| 9263 | + "resolve" |
| 9264 | + ], |
| 9265 | + "childParamsGroups": [] |
| 9266 | + }, |
| 9267 | + { |
| 9268 | + "type": "", |
| 9269 | + "name": "alert", |
| 9270 | + "in": "body", |
| 9271 | + "description": "", |
| 9272 | + "isRequired": true |
| 9273 | + }, |
| 9274 | + { |
| 9275 | + "type": "object", |
| 9276 | + "name": "enterprise", |
| 9277 | + "in": "body", |
| 9278 | + "description": "<p>An enterprise on GitHub.</p>", |
| 9279 | + "childParamsGroups": [] |
| 9280 | + }, |
| 9281 | + { |
| 9282 | + "type": "object", |
| 9283 | + "name": "installation", |
| 9284 | + "in": "body", |
| 9285 | + "description": "<p>The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.</p>", |
| 9286 | + "childParamsGroups": [] |
| 9287 | + }, |
| 9288 | + { |
| 9289 | + "type": "object", |
| 9290 | + "name": "organization", |
| 9291 | + "in": "body", |
| 9292 | + "description": "<p>A GitHub organization.</p>", |
| 9293 | + "childParamsGroups": [] |
| 9294 | + }, |
| 9295 | + { |
| 9296 | + "type": "object", |
| 9297 | + "name": "repository", |
| 9298 | + "in": "body", |
| 9299 | + "description": "<p>A repository on GitHub.</p>", |
| 9300 | + "isRequired": true, |
| 9301 | + "childParamsGroups": [] |
| 9302 | + }, |
| 9303 | + { |
| 9304 | + "type": "object", |
| 9305 | + "name": "sender", |
| 9306 | + "in": "body", |
| 9307 | + "description": "<p>A GitHub user.</p>", |
| 9308 | + "isRequired": true, |
| 9309 | + "childParamsGroups": [] |
| 9310 | + } |
| 9311 | + ], |
| 9312 | + "availability": [ |
| 9313 | + "Repository webhooks", |
| 9314 | + "Organization webhooks" |
| 9315 | + ], |
| 9316 | + "action": "resolve", |
| 9317 | + "category": "repository_vulnerability_alert" |
| 9318 | + } |
| 9319 | + }, |
9050 | 9320 | "secret_scanning_alert": {
|
9051 | 9321 | "reopened": {
|
9052 | 9322 | "category": "secret_scanning_alert",
|
|
0 commit comments