actions / attest

Action for generating attestations for workflow artifacts
MIT License
28 stars 5 forks source link

format summary output as list #105

Closed bdehamer closed 1 month ago

bdehamer commented 1 month ago

Fixes the job summary output when multiple attestations are generated.

Previously, there was no structure to the emitted links. Now, the links are added to an unordered list.

Before:

image

After:

image

Fixes: https://github.com/actions/attest-build-provenance/issues/155