From 21694f866e495f469cfc6cf483ecfd8e9e84e2ab Mon Sep 17 00:00:00 2001 From: Geoff Singer Date: Thu, 2 Sep 2021 09:28:22 -0500 Subject: [PATCH] Update: - removed the branch checkout - moved all the commands to the install phase per comments by w0rmr1d3r --- terraform-kickstarter/prowler_build_spec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terraform-kickstarter/prowler_build_spec.yml b/terraform-kickstarter/prowler_build_spec.yml index 16024154..8072b500 100644 --- a/terraform-kickstarter/prowler_build_spec.yml +++ b/terraform-kickstarter/prowler_build_spec.yml @@ -11,12 +11,11 @@ phases: - unzip awscliv2.zip - ./aws/install - git clone https://github.com/toniblyx/prowler + - cd prowler build: commands: - echo "Running Prowler as ./prowler $PROWLER_OPTIONS" - - cd prowler - - git checkout 2.5 - ./prowler $PROWLER_OPTIONS || true post_build: commands: