Skip to content

Commit

Permalink
Merge pull request #205 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 baba3dd + da8b2d2 commit 367f2e3
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
macos: circleci/macos@2

executors:
Expand Down Expand Up @@ -234,12 +234,10 @@ workflows:

semgrep:
jobs:
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- general-platform-helpers/job-semgrep-scan:
name: semgrep-scan
requires:
- semgrep-prepare
context:
- static-analysis

security-scan:
jobs:
Expand All @@ -248,11 +246,9 @@ workflows:
branches:
only:
- master
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
requires:
- setup
- snyk-scan:
name: execute-snyk
context:
- static-analysis
requires:
- prepare-snyk
- setup

0 comments on commit 367f2e3

Please sign in to comment.