Skip to content

jadf970/snykins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snykins

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.

Setup

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.

Build

Prerequisites:

  • Docker
  • Docker Compose
make
make start

Jenkins will now be available at localhost:8080. The username and password are both admin.

Cleanup

make stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 70.1%
  • Groovy 27.3%
  • Makefile 2.6%