mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-04-30 04:14:29 +02:00
Added support for finding log smells using custom regular expressions.
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user