Skip to content

Commit

Permalink
add go build
Browse files Browse the repository at this point in the history
Signed-off-by: Tien Nguyen <[email protected]>
  • Loading branch information
duytiennguyen-okta committed Oct 18, 2024
1 parent 030daf3 commit d086898
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=1.21
- run:
name: Download Reverse Labs Scanner
command: |
Expand All @@ -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: go build cmd/okta-aws-cli/main.go
- run:
name: Run Reversing Labs Wrapper Scanner
command: |
Expand Down

0 comments on commit d086898

Please sign in to comment.