Snykins is a super rudimentary Jenkins setup with the Snyk Jenkins plugin pre-installed and configured automatically. This can be used to quickly and easily test a Snyk/Jenkins setup without having to actually setup anything.
Create a file in the root of this repository called .env
and populate two keys:
SNYK_API_TOKEN=f40cda15-3047-45eb-995c-0ec95cc0986e
PROJECT_DIR=/my/code/directory
You can get an API Token by following the instructions here. The project directory can be relative to the root of this repository, or a full path on your system.
Prerequisites:
- Docker
- Docker Compose
make
make start
Jenkins will now be available at localhost:8080. The username and password are both admin
.
make stop