Skip to content

Commit e1f199b

Browse files
feat(checks): update the api
#### checks:v1alpha The following keys were added: - schemas.GoogleChecksRepoScanV1alphaSource.properties.falsePositive.type (Total Keys: 1)
1 parent b7070f2 commit e1f199b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/dyn/checks_v1alpha.accounts.repos.scans.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ <h3>Method Details</h3>
131131
&quot;startLineNumber&quot;: 42, # Optional. Start line number of the code excerpt (1-based).
132132
},
133133
&quot;dataType&quot;: &quot;A String&quot;, # Required. Data type.
134+
&quot;falsePositive&quot;: True or False, # Optional. Whether the finding was marked as a false positive.
134135
},
135136
],
136137
},
@@ -213,6 +214,7 @@ <h3>Method Details</h3>
213214
&quot;startLineNumber&quot;: 42, # Optional. Start line number of the code excerpt (1-based).
214215
},
215216
&quot;dataType&quot;: &quot;A String&quot;, # Required. Data type.
217+
&quot;falsePositive&quot;: True or False, # Optional. Whether the finding was marked as a false positive.
216218
},
217219
],
218220
}</pre>
@@ -261,6 +263,7 @@ <h3>Method Details</h3>
261263
&quot;startLineNumber&quot;: 42, # Optional. Start line number of the code excerpt (1-based).
262264
},
263265
&quot;dataType&quot;: &quot;A String&quot;, # Required. Data type.
266+
&quot;falsePositive&quot;: True or False, # Optional. Whether the finding was marked as a false positive.
264267
},
265268
],
266269
},

googleapiclient/discovery_cache/documents/checks.v1alpha.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20241119",
555+
"revision": "20241124",
556556
"rootUrl": "https://checks.googleapis.com/",
557557
"schemas": {
558558
"CancelOperationRequest": {
@@ -1147,6 +1147,10 @@
11471147
"Identifiers that relate to an individual device, browser or app. For example, an IMEI number, MAC address, Widevine Device ID, Firebase installation ID, or advertising identifier."
11481148
],
11491149
"type": "string"
1150+
},
1151+
"falsePositive": {
1152+
"description": "Optional. Whether the finding was marked as a false positive.",
1153+
"type": "boolean"
11501154
}
11511155
},
11521156
"type": "object"

0 commit comments

Comments
 (0)