Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jin mok patch 2 #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
#- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm install
- uses: snyk/actions/setup@master
- name: Snyk monitor
run: snyk test --org=2bd54efe-13d4-4a76-9986-a7ba097105e5
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
#on: push
#jobs:
# security:
# runs-on: ubuntu-latest
# steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ A vulnerable Node.js demo application, based on the [Dreamers Lab tutorial](http
This vulnerable app includes the following capabilities to experiment with:
* [Exploitable packages](#exploiting-the-vulnerabilities) with known vulnerabilities
* [Docker Image Scanning](#docker-image-scanning) for base images with known vulnerabilities in system libraries
* [Runtime alerts](#runtime-alerts) for detecting an invocation of vulnerable functions in open source dependencies
* [Runtime alerts](#runtime-alerts) for detecting an invocation of vulnerable functions in open source dependenciesb

## Running
```bash
mongod &
mongod &sdf

git clone https://github.com/snyk-labs/nodejs-goof
npm install
Expand Down
Loading