File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: 2.1
22
33orbs :
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
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
5364workflows :
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 :
You can’t perform that action at this time.
0 commit comments