Skip to content
download-cloud

GitHub Action

Publish Release Assets to Asset Transparency Log

v11 Latest version

Publish Release Assets to Asset Transparency Log

download-cloud

Publish Release Assets to Asset Transparency Log

Verify assets in a GitHub release against the Asset Transparency Log

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Publish Release Assets to Asset Transparency Log

uses: transparencylog/publish-releases-asset-transparency-action@v11

Learn more about this action in transparencylog/publish-releases-asset-transparency-action

Choose a version

Action to Publish and Verify Release Assets into Asset Transparency Log

This action adds all release assets for a project release on GitHub to the Asset Transparency Log.

You or your users can then later verify GitHub is delivering the correct content by using Asset Transparency aware tools like tl get or tl verify.

Encouraging use of Asset Transparency log clients, like tl, provides additional protection against attacks that modify release binaries or source code (e.g. GitHub account compromise, man in the middle, etc)

If you aren't familiar with release assets they are this section on a GitHub release page:

screenshot of https://github.com/transparencylog/tl/releases/tag/v0.2.10

Inputs

additionalURLs

Optional A space separated list of additional URLs that should be registered besides the the GitHub release assets. Default "".

Outputs

verified

The list of verified URLs

failed

The list of URLs that failed to match the asset logs digest

Example Workflow

See example workflow