Skip to content

Commit

Permalink
Merge pull request #130 from okta/semgrep
Browse files Browse the repository at this point in the history
Add Semgrep
  • Loading branch information
MikeMondragon-okta authored Aug 31, 2023
2 parents 46fedfd + 9742039 commit 06abc20
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/[email protected]

workflows:
# See OKTA-624804
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 06abc20

Please sign in to comment.