Skip to content

Commit 7bb75d0

Browse files
Merge pull request #403 from okta/semgrep
Add Semgrep
2 parents 9dc066b + a8bb0b8 commit 7bb75d0

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: 2.1
44

55
orbs:
6-
platform-orb: okta/general-platform-helpers@1.5
6+
platform-orb: okta/general-platform-helpers@1.8
77

88
# Define a job to be invoked later in a workflow.
99
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
@@ -47,5 +47,14 @@ workflows:
4747
# - test-v3:
4848
# requires:
4949
# - cache-secrets
50+
# See OKTA-624790
51+
semgrep:
52+
jobs:
53+
- platform-orb/job-semgrep-prepare:
54+
name: semgrep-prepare
55+
- platform-orb/job-semgrep-scan:
56+
name: "Scan with Semgrep"
57+
requires:
58+
- semgrep-prepare
5059

5160
# VS Code Extension Version: 1.4.0

0 commit comments

Comments
 (0)