Skip to content

Commit

Permalink
Merge pull request #266 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 aa064e8 + 4020185 commit 0dd028d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
windows: circleci/[email protected]
general-platform-helpers: okta/general-platform-helpers@1.8
general-platform-helpers: okta/general-platform-helpers@1.9

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
Expand Down Expand Up @@ -35,9 +35,7 @@ workflows:
# See OKTA-624754
semgrep:
jobs:
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- general-platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
requires:
- semgrep-prepare
context:
- static-analysis

0 comments on commit 0dd028d

Please sign in to comment.