mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-21 19:48:53 +02:00
chore(detect): add error category for config issues (#2130)
This commit is contained in:
parent
627769f9c1
commit
f07f7a34b8
@ -22,6 +22,9 @@ func detectExecuteScan(config detectExecuteScanOptions, telemetryData *telemetry
|
||||
log.ErrorCompliance.String(): {
|
||||
"FAILURE_POLICY_VIOLATION - Detect found policy violations.",
|
||||
},
|
||||
log.ErrorConfiguration.String(): {
|
||||
"FAILURE_CONFIGURATION - Detect was unable to start due to issues with it's configuration.",
|
||||
},
|
||||
},
|
||||
}
|
||||
// reroute command output to logging framework
|
||||
|
Loading…
x
Reference in New Issue
Block a user