From fece3827dd7e69d471750f8fd6d48a53e7df5bbe Mon Sep 17 00:00:00 2001 From: Trong Nhan Mai Date: Mon, 29 Apr 2024 11:19:53 +1000 Subject: [PATCH] chore: update provenance status justification note in html report (#719) Signed-off-by: Trong Nhan Mai --- src/macaron/output_reporter/templates/macaron.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macaron/output_reporter/templates/macaron.html b/src/macaron/output_reporter/templates/macaron.html index d7fec05a5..a20f4edd7 100644 --- a/src/macaron/output_reporter/templates/macaron.html +++ b/src/macaron/output_reporter/templates/macaron.html @@ -228,9 +228,9 @@
Provenance summary
{% if target.provenances.is_inferred == true %} - Could not find a provenance for this repository. Below is what Macaron has inferred. + Could not find a provenance for the target component. Below is what Macaron has inferred. {% else %} - This is the provenance found for this repository. + This is the provenance found for the target component. {% endif %}