We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88b6c8 commit 04573beCopy full SHA for 04573be
1 file changed
github/secret_scanning.go
@@ -68,6 +68,10 @@ type SecretScanningAlertListOptions struct {
68
// Valid resolutions are false_positive, wont_fix, revoked, pattern_edited, pattern_deleted or used_in_tests.
69
Resolution string `url:"resolution,omitempty"`
70
71
+ // A comma-separated list of validities that, when present, will return alerts that match the validities in this list.
72
+ // Valid options are active, inactive, and unknown.
73
+ Validity string `url:"validity,omitempty"`
74
+
75
// The direction to sort the results by. Possible values are: asc, desc. Default: desc.
76
Direction string `url:"direction,omitempty"`
77
0 commit comments