Skip to content

Commit

Permalink
Remove cache-secrets step (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Aug 14, 2024
1 parent 6179fc2 commit 186cfc4
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,15 @@ jobs:
workflows:
"Circle CI Tests":
jobs:
- general-platform-helpers/job-secrets-obtain:
name: cache-secrets
secret-key: "OKTA_CLIENT_ORGURL;OKTA_CLIENT_TOKEN;OKTA_CLIENT_CONNECTIONTIMEOUT;OKTA_IT_OPERATION_DELAY"
- jdk11:
requires:
- cache-secrets
- jdk21:
requires:
- cache-secrets
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- jdk11
- jdk21
- general-platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
requires:
- semgrep-prepare
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
requires:
- jdk21
context:
- static-analysis
- snyk-scan:
name: execute-snyk
requires:
- prepare-snyk
- jdk21
context:
- static-analysis

0 comments on commit 186cfc4

Please sign in to comment.