Skip to content

Commit 800c2ad

Browse files
authored
change last_seen and first_seen to string (#431)
fix #430
1 parent afdbd4c commit 800c2ad

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

falcon/client/kubernetes_protection/running_container_images_parameters.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

falcon/models/models_container.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/transformation.jq

+6-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,9 @@
193193
| del(.paths."/real-time-response/entities/scripts/v1".patch.responses."200")
194194

195195
# 200 is a valid response from /real-time-response/entities/queued-sessions/command/v1
196-
| .paths."/real-time-response/entities/queued-sessions/command/v1".delete.responses."200" = .paths."/real-time-response/entities/put-files/v1".delete.responses."200"
196+
| .paths."/real-time-response/entities/queued-sessions/command/v1".delete.responses."200" = .paths."/real-time-response/entities/put-files/v1".delete.responses."200"
197+
198+
# last_seen and first_seen should be a string
199+
| .definitions."models.Container".properties.first_seen.type = "string"
200+
| .definitions."models.Container".properties.last_seen.type = "string"
201+

0 commit comments

Comments
 (0)