This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new a6e8d1a  Show report revision
a6e8d1a is described below

commit a6e8d1a66e9f4c272389570226fd1c79b300c1f2
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 29 16:27:01 2025 +0100

    Show report revision
---
 atr/routes/sbom.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/routes/sbom.py b/atr/routes/sbom.py
index 076987b..93a48be 100644
--- a/atr/routes/sbom.py
+++ b/atr/routes/sbom.py
@@ -143,6 +143,7 @@ async def report(session: routes.CommitterSession, project: 
str, version: str, f
         guideline to the quality of your SBOM file. It currently
         checks for NTIA 2021 minimum data field conformance."""
     ]
+    block.p["This report is for revision ", 
htpy.code[task_result.revision_number], "."]
 
     empty_form = await forms.Empty.create_form()
     # TODO: Show the status if the task to augment the SBOM is still running


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to