Skip to content

Commit

Permalink
Merge pull request #159 from okta/vova/add-snyk-and-semgrep
Browse files Browse the repository at this point in the history
chore: add snyk and semgrep
  • Loading branch information
volodymyrarseienko-okta authored Feb 7, 2025
2 parents 33546fc + 694aa63 commit fb4b430
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,27 @@ version: 2.1

orbs:
general-platform-helpers: okta/[email protected]
platform-helpers: okta/platform-helpers@1
python: circleci/[email protected]
aws-cli: circleci/[email protected]

parameters:
go-version:
type: string
default: "1.23"

jobs:
snyk-scan:
docker:
- image: cimg/go:<< pipeline.parameters.go-version >>
steps:
- checkout
- general-platform-helpers/step-load-dependencies
- general-platform-helpers/step-run-snyk-monitor:
scan-all-projects: true
skip-unresolved: true
run-on-non-main: true

reversing-labs:
docker:
- image: cimg/go:1.23.2
Expand Down Expand Up @@ -51,6 +68,18 @@ jobs:
--suppress_output
workflows:
semgrep:
jobs:
- platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
context:
- static-analysis
snyk:
jobs:
- snyk-scan:
name: execute-snyk
context:
- static-analysis
"Malware Scanner":
jobs:
- reversing-labs:
Expand Down

0 comments on commit fb4b430

Please sign in to comment.