Skip to content

Commit

Permalink
OKTA-789927: Move away from orb (#323)
Browse files Browse the repository at this point in the history
* OKTA-789927: Move away from orb

This moves away from orb-defined jobs when running static analysis tooling.

* Bad paste
  • Loading branch information
rlepage-okta authored Aug 5, 2024
1 parent b77612c commit 23d3f29
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

aliases:

Expand Down Expand Up @@ -50,17 +50,13 @@ workflows:
semgrep:
jobs:
- jdk17
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- general-platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
requires:
- semgrep-prepare
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
requires:
- jdk17
context:
- static-analysis
- snyk-scan:
name: execute-snyk
context:
- static-analysis
requires:
- prepare-snyk
- jdk17

0 comments on commit 23d3f29

Please sign in to comment.