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
Fix cache directory
  • Loading branch information
jupenur committed Apr 22, 2020
commit 4444875f6b4b4d91701f30df1c1f9ca036097e45
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ jobs:
executable_url: "https://dl.bintray.com/jeremy-long/owasp/dependency-check-VERSION-release.zip"
steps:
- checkout
- run:
name: Link dependency cache
command: sudo ln -s ~/mattermost/mattermost-webapp /root/mattermost-webapp
- *restore_cache
- run:
name: Adjust permissions
command: sudo chown -R `whoami` node_modules
- run:
name: Checkout config
command: cd .. && git clone https://github.com/mattermost/security-automation-config
Expand Down