Removing Asset Transparency

The transparencylog project is inactive. The CLI has been archived
and the homebrew tap was last updated about 2 years ago. Removing
it as the project does not appear to be active.

Signed-off-by: Matt Farina <matt.farina@suse.com>
pull/12689/head
Matt Farina 6 months ago
parent 276121c869
commit 803cf2d874
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

@ -1,18 +0,0 @@
name: Publish Release Assets to Asset Transparency Log
on:
release:
types: [published, created, edited, released]
jobs:
github_release_asset_transparency_log_publish_job:
runs-on: ubuntu-latest
name: Publish GitHub release asset digests to https://beta-asset.transparencylog.net
steps:
- name: Gather URLs from GitHub release and publish
id: asset-transparency
uses: transparencylog/github-releases-asset-transparency-verify-action@c77874b4514ae4003994ece9582675195fe012e2 # v11
- name: List verified and published URLs
run: echo "Verified URLs ${{ steps.asset-transparency.outputs.verified }}"
- name: List failed URLs
run: echo "Failed URLs ${{ steps.asset-transparency.outputs.failed }}"
Loading…
Cancel
Save