From d5d7725afea35ab410c5a24abb6c77d7616e85bf Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 19 Jul 2022 13:47:05 -0700 Subject: [PATCH] JSON file contained the words None, which is correctly for Python code, instead of null which is valid JSON --- bin/docker_detection_tester/test_config_github_actions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/docker_detection_tester/test_config_github_actions.json b/bin/docker_detection_tester/test_config_github_actions.json index 418e0792be..c2fb4dd64e 100644 --- a/bin/docker_detection_tester/test_config_github_actions.json +++ b/bin/docker_detection_tester/test_config_github_actions.json @@ -67,8 +67,8 @@ }, "SPLUNK_ES_CONTENT_UPDATE": { "app_number": 3449, - "app_version": None, - "local_path": None + "app_version": null, + "local_path": null }, "SPLUNK_MACHINE_LEARNING_TOOLKIT": { "app_number": 2890, @@ -116,4 +116,4 @@ "Hunting", "TTP" ] -} \ No newline at end of file +}