From f46fb6ae3d2c5a16a4c915edf067a2560fe33815 Mon Sep 17 00:00:00 2001 From: Suhrit Rimal Date: Wed, 9 Nov 2022 10:21:53 -0500 Subject: [PATCH 1/3] Added new Device Posture Rule for Crowdstrike --- device_posture_rule.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device_posture_rule.go b/device_posture_rule.go index e38280f29..288d5a2e5 100644 --- a/device_posture_rule.go +++ b/device_posture_rule.go @@ -171,6 +171,10 @@ type DevicePostureRuleInput struct { RequireAll bool `json:"requireAll,omitempty"` Enabled bool `json:"enabled,omitempty"` Version string `json:"version,omitempty"` + VersionOperator string `json:"versionOperator,omitempty"` + Overall string `json:"overall,omitempty"` + SensorConfig string `json:"sensor_config,omitempty"` + Os string `json:"os,omitempty"` OsDistroName string `json:"os_distro_name,omitempty"` OsDistroRevision string `json:"os_distro_revision,omitempty"` Operator string `json:"operator,omitempty"` From 36ec55c1808a4161ab69b03ec671407748da056f Mon Sep 17 00:00:00 2001 From: Suhrit Rimal Date: Tue, 15 Nov 2022 08:58:04 -0500 Subject: [PATCH 2/3] added crowdstrike to device posture rule --- .changelog/1128.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/1128.txt diff --git a/.changelog/1128.txt b/.changelog/1128.txt new file mode 100644 index 000000000..b6620125f --- /dev/null +++ b/.changelog/1128.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +device_posture_rule: add input fields crowdstrike +``` From 74d9a1e31ddb1e1749a35b2ebb47ddc708ebdbce Mon Sep 17 00:00:00 2001 From: Suhrit Rimal Date: Tue, 15 Nov 2022 09:35:58 -0500 Subject: [PATCH 3/3] Fixed changelog file. --- .changelog/{1128.txt => 1126.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .changelog/{1128.txt => 1126.txt} (100%) diff --git a/.changelog/1128.txt b/.changelog/1126.txt similarity index 100% rename from .changelog/1128.txt rename to .changelog/1126.txt