Skip to content

Commit

Permalink
Merge branch 'snyk-labs:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdent authored Aug 1, 2022
2 parents 6fc2033 + f985f27 commit 0250a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ To run the Node.js app with runtime monitoring:
SNYK_PROJECT_ID=<PROJECT_ID> npm start
```

** The app will continue to work normally even if not provided a project id
** The app will continue to work normally even if it's not provided a project id

## Fixing the issues
To find these flaws in this application (and in your own apps), run:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
- "27017:27017"
good-mysql:
container_name: goof-mysql
platform: linux/x86_64
image: mysql:5
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down

0 comments on commit 0250a1b

Please sign in to comment.