We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dc066b + a8bb0b8 commit 7bb75d0Copy full SHA for 7bb75d0
1 file changed
.circleci/config.yml
@@ -3,7 +3,7 @@
3
version: 2.1
4
5
orbs:
6
- platform-orb: okta/general-platform-helpers@1.5
+ platform-orb: okta/general-platform-helpers@1.8
7
8
# Define a job to be invoked later in a workflow.
9
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
@@ -47,5 +47,14 @@ workflows:
47
# - test-v3:
48
# requires:
49
# - 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
59
60
# VS Code Extension Version: 1.4.0
0 commit comments