https://github.com/garethr/snykin
A sample vulnerable Node application for demonstration purposes.
https://github.com/garethr/snykin
helm snyk tilt
Last synced: 28 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T06:42:45.000Z (4 months ago)
- Last Synced: 2025-03-26T06:51:48.293Z (about 1 month ago)
- Topics: helm, snyk, tilt
- Language: Smarty
- Homepage:
- Size: 391 KB
- Stars: 1
- Watchers: 1
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snykin
A sample vulnerable Node application for demonstration purposes.
[](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.
