Ensure that Snyk is configured properly and collecting information on Snyk Playground properly
This project is a collection of workflows to automate the Snyk platform for different use cases.
These workflows will detect and import any new repositories into Snyk that are created in the same Github org where this lives.
workflow | description | trigger |
---|---|---|
create-import-data.yml | generate an import file on a new branch for snyk-api-import to consume and raise a pull request | scheduler, manual |
perform-import.yml | import all repositories from the import file into Snyk (skipping previously seen ones) upon merge of the pull request | on import PR merge |