Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/garethr/snykin
- Owner: garethr
- License: other
- Created: 2020-02-21T16:58:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T05:27:53.000Z (2 months ago)
- Last Synced: 2024-12-11T15:56:16.147Z (12 days ago)
- Topics: helm, snyk, tilt
- Language: Smarty
- Homepage:
- Size: 321 KB
- Stars: 1
- Watchers: 2
- Forks: 10
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)