A GitHub Action that installs and configures the AWS Signer Notation CLI on your GitHub runner. This action downloads, verifies, and installs the Notation CLI with AWS Signer plugin support.
Add this action to your GitHub workflow:
- name: Setup AWS Signer Notation CLI
uses: rudderlabs/setup-aws-signer-notation-cli@v1
with:
public-key: ${{ secrets.AWS_SIGNER_PUBLIC_KEY }}| Input | Description | Required |
|---|---|---|
public-key |
Public GPG key from AWS Signer used to verify the Notation CLI package signature | Yes |