1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

chore(detect): add error category for config issues (#2130)

This commit is contained in:
Christopher Fenner
2020-10-06 14:22:35 +02:00
committed by GitHub
parent 627769f9c1
commit f07f7a34b8

View File

@@ -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