#472 first fix and improve RubyBundleAuditAnalyzerTest.java

Test were failing b/c Gemfile.lock and Gemfile were missing.
The files were missing b/c parent .gitignore them.
Changes:
1. Force added new test files, and updated test with more result
validation.
2. Added error logging from bundle-audit.
3. place holder for bundle-audit install directory in test
dependencycheck.properties.
This commit is contained in:
bjiang
2016-03-20 15:54:24 -04:00
parent 42f4ae65d1
commit ff7d0fdb9d
5 changed files with 280 additions and 8 deletions

View File

@@ -100,3 +100,5 @@ analyzer.nexus.enabled=false
#whether the nexus analyzer uses the proxy
analyzer.nexus.proxy=true
#Use your own bundle-audit install directory.
#analyzer.bundle.audit.path=/usr/local/bin/bundle-audit