Skip to content

Commit 084d598

Browse files
Add .circleci/config.yml
1 parent 627e316 commit 084d598

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2.1
22

33
orbs:
44
platform-helpers: okta/platform-helpers@1
5+
general-platform-helpers: okta/general-platform-helpers@1.9.4
56
python: circleci/python@2.0.3
67
aws-cli: circleci/aws-cli@5.1
78

@@ -49,6 +50,16 @@ jobs:
4950
--commit $CIRCLE_SHA1 \
5051
--build-env "circleci" \
5152
--suppress_output
53+
snyk-scan:
54+
docker:
55+
- image: cimg/go:1.24.0
56+
steps:
57+
- checkout
58+
- general-platform-helpers/step-load-dependencies
59+
- general-platform-helpers/step-run-snyk-monitor:
60+
scan-all-projects: false
61+
skip-unresolved: false
62+
run-on-non-main: true
5263

5364
workflows:
5465
# See OKTA-624804
@@ -58,6 +69,10 @@ workflows:
5869
name: "Scan with Semgrep"
5970
context:
6071
- static-analysis
72+
- snyk-scan:
73+
name: execute-snyk
74+
context:
75+
- static-analysis
6176
"Malware Scanner":
6277
jobs:
6378
- reversing-labs:

0 commit comments

Comments
 (0)