Skip to content

Commit

Permalink
Merge pull request #209 from okta/rl-OKTA-789927
Browse files Browse the repository at this point in the history
OKTA-789927: Move away from orb
  • Loading branch information
bretterer authored Aug 5, 2024
2 parents 1027821 + 08ad954 commit 1847314
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
general-platform-helpers: okta/general-platform-helpers@1.8
general-platform-helpers: okta/general-platform-helpers@1.9

aliases:

Expand Down Expand Up @@ -55,17 +55,13 @@ workflows:
semgrep:
jobs:
- jdk17
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- general-platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
requires:
- semgrep-prepare
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
requires:
- jdk17
context:
- static-analysis
- snyk-scan:
name: execute-snyk
context:
- static-analysis
requires:
- prepare-snyk
- jdk17

0 comments on commit 1847314

Please sign in to comment.