Skip to content

rudderlabs/setup-aws-signer-notation-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Setup AWS Signer Notation CLI

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.

Usage

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 }}

Inputs

Input Description Required
public-key Public GPG key from AWS Signer used to verify the Notation CLI package signature Yes

Related Resources

About

This GitHub Action installs Notation CLI with the AWS Signer plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published