Skip to content

Commit

Permalink
OKTA-789927: Move away from orb
Browse files Browse the repository at this point in the history
This moves away from orb-defined jobs when running static analysis tooling.
  • Loading branch information
rlepage-okta authored Aug 5, 2024
1 parent aa064e8 commit 4020185
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 4020185

Please sign in to comment.