Install Rot
How to install Rot
Categories:
Installing Rot depends on how you want to run it. Rot is available as a binary or a container.
Binary
Rot binaries are available for various architectures and operating systems:
Updating Rot
Rot can be updated by replacing the binary with the latest version.Container
Rot containers are available on GitHub.
You can create an alias to run rot as a container:
alias rot='docker run -u $(id -u):$(id -g) -it --rm -v $(pwd):/work -w /work ghcr.io/candiddev/rot:latest'
SBOM
Rot ships with a Software Bill of Materials (SBOM) manifest generated using CycloneDX. The .bom.json
manifest is available with the other Binary Assets.