Skip to content

Commit

Permalink
Add Semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
OKTA Account for Brian Retterer authored and arvindkrishnakumar-okta committed Aug 31, 2023
1 parent c182731 commit 21ac016
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
general-platform-helpers: okta/general-platform-helpers@1.8

aliases:

- &build_steps
Expand All @@ -20,3 +23,12 @@ workflows:
build_and_test:
jobs:
- jdk17
# See OKTA-634437
semgrep:
jobs:
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- general-platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
requires:
- semgrep-prepare

0 comments on commit 21ac016

Please sign in to comment.