This action installs the Minder client on the runner.
jobs:
install-minder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
# We need cosign to verify the Minder client
- uses: sigstore/cosign-installer@v4.1.2
# Install the Minder client
- uses: mindersec/minder-client-installer@v1.1.3 # Recommended: pin this to the release SHA, not a tag
# Use it!
- run: minder --helpOptional 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.