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 a8bcfcf commit 23c21c8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .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/1.22
steps:
- checkout
- run:
Expand All @@ -17,12 +17,6 @@ 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-1.22-go
sudo apt install golang-1.22-src
- run:
name: Download Reverse Labs Scanner
command: |
Expand All @@ -42,8 +36,6 @@ jobs:
- run:
name: Build binary to scan
command: |
export PATH=$PATH:/usr/local/go/bin
source ~/.profile
go build cmd/okta-aws-cli/main.go
- run:
name: Run Reversing Labs Wrapper Scanner
Expand Down

0 comments on commit 23c21c8

Please sign in to comment.