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 committed Aug 31, 2023
1 parent d52a784 commit eeb9e9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1

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

workflows:
# See OKTA-624782
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 eeb9e9d

Please sign in to comment.