-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from okta/rl-OKTA-789927
OKTA-789927: Move away from orb
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |