Skip to content

Commit

Permalink
Merge pull request #121 from okta/add-reversing-labs
Browse files Browse the repository at this point in the history
add rlsecure
  • Loading branch information
duytiennguyen-okta authored Oct 21, 2024
2 parents 18303fa + 40662f4 commit 94d6b49
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 @@ -22,7 +22,7 @@ jobs:
command: make test
reversing-labs:
docker:
- image: cimg/python:3.10
- image: cimg/go:1.21.13
steps:
- checkout
- run:
Expand All @@ -47,6 +47,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
- run:
name: Run Reversing Labs Wrapper Scanner
command: |
Expand Down

0 comments on commit 94d6b49

Please sign in to comment.