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 9b2c5cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
jobs:
reversing-labs:
docker:
- image: cimg/python:3.10
- image: cimg/go:1.21.13
steps:
- checkout
- run:
Expand All @@ -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: |
Expand Down

0 comments on commit 9b2c5cd

Please sign in to comment.