Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-23524: Integrate Dependency-Check to CircleCI #5375

Merged
merged 11 commits into from
May 26, 2020
Prev Previous commit
Next Next commit
Add propertyfile
  • Loading branch information
jupenur committed Apr 24, 2020
commit 5d66dbe2a57c7531284eca9f08494d016ab8a934
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
name: Run OWASP Dependency-Check Analyzer
command: |
~/.owasp/dependency-check/bin/dependency-check.sh \
--data << parameters.cve_data_directory >> --format ALL --noupdate --enableExperimental --disableRetireJS \
--data << parameters.cve_data_directory >> --format ALL --noupdate --enableExperimental \
--propertyfile ../security-automation-config/dependency-check/dependencycheck.properties \
--suppression ../security-automation-config/dependency-check/suppression.xml \
--suppression ../security-automation-config/dependency-check/suppression.$CIRCLE_PROJECT_REPONAME.xml \
--scan './**/*' || true
Expand Down