Skip to content

Commit

Permalink
Merge pull request #512 from okta/ak_fix_semgrep
Browse files Browse the repository at this point in the history
Fix semgrep job
  • Loading branch information
arvindkrishnakumar-okta authored Feb 13, 2025
2 parents cfe51b8 + 19d4486 commit 35d5698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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]

Expand All @@ -27,7 +28,6 @@ jobs:
steps:
- checkout
- run: ./mvnw clean install -Pci -Dlicense.skip=true -Dmaven.test.skip.exec=true
- general-platform-helpers/step-load-dependencies
- general-platform-helpers/step-run-snyk-monitor:
scan-all-projects: false
skip-unresolved: false
Expand Down Expand Up @@ -82,7 +82,7 @@ workflows:
"Circle CI Tests":
jobs:
- jdk17
- general-platform-helpers/job-semgrep-scan:
- platform-helpers/job-semgrep-scan:
name: "Scan with Semgrep"
context:
- static-analysis
Expand Down

0 comments on commit 35d5698

Please sign in to comment.