mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Update: buildspec.yml
- removed the branch checkout - moved all the commands to the install phase per comments by w0rmr1d3r
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user