Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
platform-helpers: okta/platform-helpers@1
general-platform-helpers: okta/general-platform-helpers@1.9.4
python: circleci/python@2.0.3
aws-cli: circleci/aws-cli@5.1

Expand Down Expand Up @@ -49,6 +50,16 @@ jobs:
--commit $CIRCLE_SHA1 \
--build-env "circleci" \
--suppress_output
snyk-scan:
docker:
- image: cimg/go:1.24.0
steps:
- checkout
- general-platform-helpers/step-load-dependencies
- general-platform-helpers/step-run-snyk-monitor:
scan-all-projects: false
skip-unresolved: false
run-on-non-main: true

workflows:
# See OKTA-624804
Expand All @@ -58,6 +69,10 @@ workflows:
name: "Scan with Semgrep"
context:
- static-analysis
- snyk-scan:
name: execute-snyk
context:
- static-analysis
"Malware Scanner":
jobs:
- reversing-labs:
Expand Down