Skip to content

Commit

Permalink
add go mod vendor
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 9b2c5cd commit 28f5c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- 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
Expand Down

0 comments on commit 28f5c8e

Please sign in to comment.