diff --git a/.circleci/config.yml b/.circleci/config.yml index d86d2f2..3525982 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: command: make test reversing-labs: docker: - - image: cimg/python:3.10 + - image: cimg/go:1.21.13 steps: - checkout - run: @@ -47,6 +47,11 @@ 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: | + go mod vendor + go build - run: name: Run Reversing Labs Wrapper Scanner command: |