This action installs the Minder client on the runner.
jobs:
install-minder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# We need cosign to verify the Minder client
- uses: sigstore/[email protected]
# Install the Minder client
- uses: stacklok/minder-client-installer@main
# Use it!
- run: minder --help
Optional The release version of the Minder client to install.
Optional The directory to install the Minder client to.
Optional Whether to use sudo
when installing the Minder client.