Skip to content

Commit 370527b

Browse files
Merge pull request #491 from okta/rlsecure
update context
2 parents 1303b12 + 5a3377d commit 370527b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Download Reverse Labs Scanner
3737
command: |
3838
curl https://dso-resources.oktasecurity.com/scanner \
39-
-H "x-api-key: $RESOURCE_TOKEN" \
39+
-H "x-api-key: $DSO_RLSECURE_TOKEN" \
4040
--output rl_wrapper-0.0.2+35ababa-py3-none-any.whl
4141
- run:
4242
name: Install RL Wrapper
@@ -84,6 +84,6 @@ workflows:
8484
jobs:
8585
- reversing-labs:
8686
context:
87-
- okta-dcp
87+
- static-analysis
8888

8989
# VS Code Extension Version: 1.4.0

0 commit comments

Comments
 (0)