Skip to content

Commit

Permalink
added OWASP dependency checking
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed Apr 18, 2018
1 parent e74619b commit 81d06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- restore_cache:
keys:
- dependency-cache
- run: ./gradlew check
- run: ./gradlew check dependencyCheckUpdate dependencyCheckAnalyze --no-daemon
- run: mkdir -p $CIRCLE_TEST_REPORTS/junit
- run: find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
- store_test_results:
Expand Down

0 comments on commit 81d06eb

Please sign in to comment.