Skip to content

Commit

Permalink
Merge pull request #396 from okta/ak_refactor_dep_scan
Browse files Browse the repository at this point in the history
Refactor Dependency Scan workflow
  • Loading branch information
arvindkrishnakumar-okta authored Dec 14, 2023
2 parents 12b3b7b + e76fc8b commit d8301ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- image: cimg/openjdk:17.0.6-node
steps:
- checkout
- run: ./mvnw clean install -DskipITs
- 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
Expand All @@ -73,10 +73,6 @@ workflows:
- jdk17:
requires:
- cache-secrets
# See OKTA-624750
semgrep:
jobs:
- jdk17
- general-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- general-platform-helpers/job-semgrep-scan:
Expand Down

0 comments on commit d8301ed

Please sign in to comment.