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
"description": "The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
60155
60161
"nullable": true
60162
+
},
60163
+
"resolution_comment": {
60164
+
"type": "string",
60165
+
"description": "The comment that was optionally added when this alert was closed",
60166
+
"nullable": true
60156
60167
}
60157
60168
}
60158
60169
},
@@ -80355,9 +80366,19 @@
80355
80366
"format": "date-time",
80356
80367
"description": "The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
80357
80368
"nullable": true
80369
+
},
80370
+
"resolution_comment": {
80371
+
"type": "string",
80372
+
"description": "The comment that was optionally added when this alert was closed",
80373
+
"nullable": true
80358
80374
}
80359
80375
}
80360
80376
},
80377
+
"secret-scanning-alert-resolution-comment": {
80378
+
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
80379
+
"type": "string",
80380
+
"nullable": true
80381
+
},
80361
80382
"secret-scanning-location-commit": {
80362
80383
"description": "Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository.",
0 commit comments