Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Fixing summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed Oct 11, 2017
1 parent 6c0dfa9 commit 2c5a098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class DetectSummary {
logger.info("${entry.getKey().toString()} : ${entry.getValue().toString()}")
}
for (Entry<File, Result> entry : scanResults.entrySet()) {
logger.info("Scan Target ${entry.getKey().getAbsolutePath()} : ${entry.getValue().toString()}")
logger.info("Scan Target ${entry.getKey()} : ${entry.getValue().toString()}")
}
logger.info("")
logger.info("Overall Status : ${overallResult.toString()}")
Expand Down

0 comments on commit 2c5a098

Please sign in to comment.