Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/garethr/snykin

A sample vulnerable Node application for demonstration purposes.
https://github.com/garethr/snykin

helm snyk tilt

Last synced: 10 days ago
JSON representation

A sample vulnerable Node application for demonstration purposes.

Awesome Lists containing this project

README

        

# Snykin

A sample vulnerable Node application for demonstration purposes.

[![Quay](https://quay.io/repository/garethr/snykin/status "Quay")](https://quay.io/repository/garethr/snykin)

## Local Kubernetes development

This project uses [Tilt](https://tilt.dev/) for a nice local development experience. Simply run:

```console
tilt up
```

The image will be built locally, and deployed using [Helm](https://helm.sh/) to your configured Kubernetes cluster. Any changes, to the application code or Dockerfile, will trigger a rebuild and redeploy.

## Vulnerable?

The application, and the associated image, have a few known vulnerabilities. We can use [Snyk](https://snyk.io) to detect them. In this particular example Snyk is connected directly to the GitHub repository, and we have run `snyk monitor` to check the container image.

![Snykin in Snyk](assets/snyk.png)