Skip to content

Commit

Permalink
Merge pull request #167 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 8345ba3 + 35cd76f commit 1f8fffc
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 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 @@ -36,13 +36,10 @@ jobs:

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 @@ -51,11 +48,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 1f8fffc

Please sign in to comment.