Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buildsec/vendorme


https://github.com/buildsec/vendorme

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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](example/vendor.yaml)

Currently it only supports [rekor](https://github.com/sigstore/rekor) validations.

## Useage

`vendorme pull` will default to looking for a **vendor.yaml**


Vendorme CLI

otherwise `vendorme pull yourvendorfile.yaml`