diff --git a/.circleci/config.yml b/.circleci/config.yml index c563fed..37e26b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,11 @@ jobs: sudo apt-get update sudo apt-get install -y python3 python3-pip sudo pip install --upgrade pip + - run: + name: Install Go + command: | + sudo apt update + sudo apt install golang-go - run: name: Download Reverse Labs Scanner command: | @@ -33,6 +38,9 @@ jobs: region: us-east-1 - run: >- eval "$(aws configure export-credentials --profile default --format env)" 2> /dev/null + - run: + name: Build binary to scan + command: make build - run: name: Run Reversing Labs Wrapper Scanner command: |