Added support for finding log smells using custom regular expressions.

This commit is contained in:
Šesták Vít
2016-12-05 09:29:49 +01:00
parent 0992857e75
commit b4e7bd251e
3 changed files with 29 additions and 6 deletions

View File

@@ -68,6 +68,14 @@ yssdc{
//optional: type = "digest" or type="vulnerabilities" (default); Digest is WIP.
}
}
logSmells {
// An example of analysis of logs. This one if for Maven and requires -X to be used for Maven scans.
//centralLookup {
// patternType = "regex"
// pattern = "Searching Central url http(s?)://search\\.maven\\.org"
// message = "Maven Central lookup used. Enable usage of local repository, please."
//}
}
projects = {jobId:humanReadableName, …}
teams = […]
exclusions{