Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 666 Bytes

Cosign plugin

Cosign plugin for proto.

Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based .prototools by running:

Global install

proto plugin add cosign "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/cosign/plugin.toml" --global
proto install cosign

Per-project install

proto plugin add cosign "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/cosign/plugin.toml"
proto pin cosign latest --resolve