Skip to content

Commit 10c3b14

Browse files
committed
Adding jdk21
1 parent f31f09c commit 10c3b14

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,22 @@ jobs:
2525
- image: cimg/openjdk:17.0.7
2626
steps:
2727
- checkout
28-
29-
# This step was removed as Python is pre-installed on the cimg image.
30-
3128
- run:
3229
name: Download Reverse Labs Scanner
3330
command: |
3431
curl https://dso-resources.oktasecurity.com/scanner \
3532
-H "x-api-key: $DSO_RLSECURE_TOKEN" \
3633
--output rl_wrapper-0.0.2+35ababa-py3-none-any.whl
37-
# Install the wrapper that was downloaded
3834
- run:
3935
name: Install RL Wrapper
4036
command: |
4137
pip3 install ./rl_wrapper-0.0.2+35ababa-py3-none-any.whl
42-
# Setup the AWS profile
4338
- aws-cli/setup:
4439
profile_name: default
4540
role_arn: $AWS_ARN
4641
region: us-east-1
47-
# Get the credentials and save to env
4842
- run: >-
4943
eval "$(aws configure export-credentials --profile default --format env)" 2> /dev/null
50-
# Run the wrapper, do not change anything here
5144
- run:
5245
name: Run Reversing Labs Wrapper Scanner
5346
command: |
@@ -71,7 +64,7 @@ workflows:
7164
- snyk-scan:
7265
name: execute-snyk
7366
requires:
74-
- jdk21
67+
- "Scan with Semgrep" # Corrected dependency
7568
context:
7669
- static-analysis
7770
"Malware Scanner":

0 commit comments

Comments
 (0)