Skip to content

gr0/chainloop_example_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainloop Example Plugin

An example plugin for Chainloop that uses the experimental CLI plugin API.

Prerequisites

Keep in mind that this uses the experimental CLI plugin API, which is subject to change and is not yet part of the Chainloop main branch. You need to check out the code from the 2090 pull request branch and:

go mod edit -replace github.com/chainloop-dev/chainloop=../../chainloop/

The above command should reflect your directory structure. After that run:

go mod tidy 

Before you'll be able to complie the code.

Compiling

go build -o plugin ./cmd/

Installing (on macOS)

mv plugin "$HOME/Library/Application Support/chainloop/plugins/"

About

Example plugin for Chainloop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages