Skip to content
Tech News
← Back to articles

Frizbee is a tool you may throw a tag at and it comes back with a checksum

read original get Frizbee Checksum Tool → more articles
Why This Matters

Frizbee is a command-line tool that simplifies checksum generation for GitHub Actions and container images, enhancing security and integrity verification in CI/CD workflows. Its integration as a GitHub Action and support for various installation methods make it a valuable asset for developers aiming to maintain consistent and secure build environments.

Key Takeaways

| |

Frizbee

Frizbee is a tool you may throw a tag at and it comes back with a checksum.

It's a command-line tool designed to provide checksums for GitHub Actions and container images based on tags.

It also includes a set of libraries for working with tags and checksums.

Frizbee is available as a GitHub Action: frizbee-action

Table of Contents

Installation

To install Frizbee, you can use the following methods:

# Using Go go install github.com/stacklok/[email protected] # add the path to your .bashrc export PATH= $PATH : $( go env GOPATH ) /bin # Using Homebrew brew install frizbee # Using winget winget install stacklok.frizbee

... continue reading