Skip to content

Commit

Permalink
Merge pull request okta#246 from okta/semgrep
Browse files Browse the repository at this point in the history
Add Semgrep
  • Loading branch information
laurarodriguez-okta authored Aug 31, 2023
2 parents 795c8ff + 20b9cbc commit 9c9dbb3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
windows: circleci/windows@5.0
general-platform-helpers: okta/general-platform-helpers@1.2
general-platform-helpers: okta/general-platform-helpers@1.8

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
Expand Down Expand Up @@ -32,3 +32,12 @@ workflows:
"Circle CI Build":
jobs:
- build
# 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

0 comments on commit 9c9dbb3

Please sign in to comment.