You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"summary": "This event occurs when a GitHub App sends a `POST` request to `/repos/{owner}/{repo}/dispatches`. For more information, see [the REST API documentation for creating a repository dispatch event](https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event).\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.",
14840
-
"description": "The `event_type` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body.",
14839
+
"summary": "This event occurs when a GitHub App sends a `POST` request to `/repos/{owner}/{repo}/dispatches`. For more information, see [the REST API documentation for creating a repository dispatch event](https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event). In the payload, the `action` will be the `event_type` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.",
"description": "Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki.",
38152
+
"type": "object",
38153
+
"properties": {
38154
+
"path": {
38155
+
"type": "string",
38156
+
"description": "The file path of the wiki page",
38157
+
"examples": ["/example/Home.md"]
38158
+
},
38159
+
"start_line": {
38160
+
"type": "number",
38161
+
"description": "Line number at which the secret starts in the file"
38162
+
},
38163
+
"end_line": {
38164
+
"type": "number",
38165
+
"description": "Line number at which the secret ends in the file"
38166
+
},
38167
+
"start_column": {
38168
+
"type": "number",
38169
+
"description": "The column at which the secret starts within the start line when the file is interpreted as 8-bit ASCII."
38170
+
},
38171
+
"end_column": {
38172
+
"type": "number",
38173
+
"description": "The column at which the secret ends within the end line when the file is interpreted as 8-bit ASCII."
38174
+
},
38175
+
"blob_sha": {
38176
+
"type": "string",
38177
+
"description": "SHA-1 hash ID of the associated blob",
"description": "Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue.",
0 commit comments