diff --git a/.circleci/config.yml b/.circleci/config.yml index c563fed..fc1d104 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ orbs: jobs: reversing-labs: docker: - - image: cimg/python:3.10 + - image: cimg/go:1.21.13 steps: - checkout - run: @@ -33,6 +33,10 @@ 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 build cmd/okta-aws-cli/main.go - run: name: Run Reversing Labs Wrapper Scanner command: |