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
Use new Go-based script for alerting
  • Loading branch information
jupenur committed May 5, 2020
commit a4b70d6206b3b4636908594b39d6b293c84321f4
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
persist_to_workspace: false
- run:
name: Post results to Mattermost
command: ../security-automation-config/dependency-check/post-results.sh
command: go run ../security-automation-config/dependency-check/post_results.go

lint:
executor:
Expand Down