diff --git a/library/default/template.yaml b/library/default/template.yaml index 041513d6f..4a0e5946c 100644 --- a/library/default/template.yaml +++ b/library/default/template.yaml @@ -40,5 +40,5 @@ spec: general_violation[{"result": result}] { subject_validation := remote_data.responses[_] subject_validation[1].isSuccess == false - result := sprintf("Subject failed verification: %s", [subject_validation[0]]) + result := sprintf("Time=%s, failed to verify the artifact: %s, trace-id: %s", [subject_validation[1].timestamp, subject_validation[0], subject_validation[1].traceID]) }