From d1e933fb2b47020d57ec923c67447cbbd027b7e8 Mon Sep 17 00:00:00 2001 From: OKTA Account for Brian Retterer Date: Thu, 31 Aug 2023 13:48:37 -0400 Subject: [PATCH 1/2] Add Semgrep --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3556d9b31..74b28f12d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,3 +60,12 @@ workflows: - jdk17: requires: - cache-secrets + # See OKTA-624750 + semgrep: + jobs: + - platform-orb/job-semgrep-prepare: + name: semgrep-prepare + - platform-orb/job-semgrep-scan: + name: "Scan with Semgrep" + requires: + - semgrep-prepare \ No newline at end of file From 3f20c8ca29f7596d870e77d9d88d1afc040582cb Mon Sep 17 00:00:00 2001 From: OKTA Account for Brian Retterer Date: Thu, 31 Aug 2023 14:00:53 -0400 Subject: [PATCH 2/2] Update orb version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 74b28f12d..6fa35d579 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - platform-orb: okta/general-platform-helpers@1.6 + platform-orb: okta/general-platform-helpers@1.8 aliases: