We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ce70c commit b1af1efCopy full SHA for b1af1ef
github/secret_scanning.go
@@ -91,8 +91,6 @@ type SecretScanningAlertUpdateOptions struct {
91
Resolution *string `json:"resolution,omitempty"`
92
93
// An optional comment when closing an alert.
94
- // Cannot be updated or deleted.
95
- // Must be null when changing state to open.
96
ResolutionComment *string `json:"resolution_comment,omitempty"`
97
}
98
0 commit comments