Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 837 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 837 Bytes

vendorme

Vendorme is a tool that makes vendoring your project easier to do. It improves the developer workflow by giving you one single place to manage any vendored dependencies, and ensures that those are validated properly to improve the security around your supply chain.

Installation

With go 1.16 installed, run

go install github.com/buildsec/vendorme@latest

How it works

Vendorme takes a basic definition of what you want to vendor, and how to validate it. It will then go through your file - see example

Currently it only supports rekor validations.

Useage

vendorme pull will default to looking for a vendor.yaml

Vendorme CLI

otherwise vendorme pull yourvendorfile.yaml