From 8ddfb8e5862ef7d3a64237ad4c31b5ee527edd68 Mon Sep 17 00:00:00 2001 From: Avidan Hessing <46294017+avidan-H@users.noreply.github.com> Date: Tue, 22 Oct 2019 09:18:10 +0300 Subject: [PATCH 1/2] update ANYRUN subtype --- Integrations/ANYRUN/ANYRUN.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Integrations/ANYRUN/ANYRUN.yml b/Integrations/ANYRUN/ANYRUN.yml index 2a51a794f793..04becf5e7611 100644 --- a/Integrations/ANYRUN/ANYRUN.yml +++ b/Integrations/ANYRUN/ANYRUN.yml @@ -434,10 +434,10 @@ script: description: ID of the task created to analyze the submission. type: String dockerimage: demisto/python3:3.7.3.221 - subtype: python3 + subtype: python2 isfetch: false runonce: false script: '-' type: python tests: -- ANYRUN-Test \ No newline at end of file +- ANYRUN-Test From d75a3ef1050fe6fa4090494a87cf3c6ed4fbdc05 Mon Sep 17 00:00:00 2001 From: Avidan Hessing <46294017+avidan-H@users.noreply.github.com> Date: Tue, 22 Oct 2019 09:28:10 +0300 Subject: [PATCH 2/2] Update ANYRUN.yml --- Integrations/ANYRUN/ANYRUN.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ANYRUN/ANYRUN.yml b/Integrations/ANYRUN/ANYRUN.yml index 04becf5e7611..9881497981ef 100644 --- a/Integrations/ANYRUN/ANYRUN.yml +++ b/Integrations/ANYRUN/ANYRUN.yml @@ -438,6 +438,6 @@ script: isfetch: false runonce: false script: '-' - type: python + type: javascript tests: - ANYRUN-Test