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 cb179c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
name: Install Python
command: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip
sudo pip install --upgrade pip
sudo apt-get install -y install golang-go
- run:
name: Download Reverse Labs Scanner
command: |
Expand All @@ -33,6 +32,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
- run:
name: Run Reversing Labs Wrapper Scanner
command: |
Expand Down

0 comments on commit cb179c1

Please sign in to comment.