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 21, 2024
1 parent 030daf3 commit 7fea9d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,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 cmd/okta-aws-cli/main.go
- run:
name: Run Reversing Labs Wrapper Scanner
command: |
Expand Down

0 comments on commit 7fea9d6

Please sign in to comment.