File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 steps :
2727 - checkout
2828
29- - run :
30- name : Install Python
31- command : |
32- sudo apt-get update
33- sudo apt-get install -y python3 python3-pip
34- sudo pip install --upgrade pip
29+ # This step was removed as Python is pre-installed on the cimg image.
30+
3531 - run :
3632 name : Download Reverse Labs Scanner
3733 command : |
4238 - run :
4339 name : Install RL Wrapper
4440 command : |
45- pip install ./rl_wrapper-0.0.2+35ababa-py3-none-any.whl
41+ pip3 install ./rl_wrapper-0.0.2+35ababa-py3-none-any.whl
4642 # Setup the AWS profile
4743 - aws-cli/setup :
4844 profile_name : default
6258 --repository $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME \
6359 --commit $CIRCLE_SHA1 \
6460 --build-env "circleci" \
65- --suppress_output
61+ --suppress_output
62+
6663workflows :
6764 # See OKTA-624620
6865 semgrep :
@@ -81,4 +78,4 @@ workflows:
8178 jobs :
8279 - reversing-labs :
8380 context :
84- - static-analysis
81+ - static-analysis
You can’t perform that action at this time.
0 commit comments