Skip to content

Fast alternative for generating manifests automatically on a CI/CD action

Notifications You must be signed in to change notification settings

jperezdealgaba/manifest_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MANIFEST GENERATOR

This tool is a fast replacement tool to generate manifests using Syft. This tool can be helpful to add it to a CI/CD in order to generate mupltiple manifests quickly.

The working is pretty simple:

There are two ways of generating the manifests. We either use a YAML file with all the different repos (see tools.yml as example):

python3 manifest_generator.py -f <filename.yml>

Or we can directly generate the manifests for a single repo (although using Syft will do exactly the same):

python3 manifest_generator.py -r <repo_link> -n <product_name>

Disclaimer

This is a work in progress tool. Use under your own responsibility.

About

Fast alternative for generating manifests automatically on a CI/CD action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages