Skip to content

Commit 6cf1035

Browse files
authored
Merge pull request #86 from balassy/feature/snyk
Added Snyk
2 parents 5e2dd48 + 3cb61a7 commit 6cf1035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
1010
[![GitHub issues](https://img.shields.io/github/issues/balassy/aws-lambda-typescript.svg)](https://github.com/balassy/aws-lambda-typescript/issues)
1111
[![Swagger Validator](https://img.shields.io/swagger/valid/2.0/https/serverless-sample.balassy.me/api/swagger.json.svg)](https://app.swaggerhub.com/apis/balassy/serverless-sample)
1212

13+
[![Known Vulnerabilities](https://snyk.io/test/github/balassy/aws-lambda-typescript/badge.svg?targetFile=package.json)](https://snyk.io/test/github/balassy/aws-lambda-typescript?targetFile=package.json)
1314
[![Dependencies](https://david-dm.org/balassy/aws-lambda-typescript/status.svg)](https://david-dm.org/balassy/aws-lambda-typescript)
1415
[![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev)
1516
[![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master)
@@ -30,7 +31,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
3031
- Generated **[Swagger](https://swagger.io/) documentation** for the endpoints, which works well with [SwaggerHub](https://app.swaggerhub.com) - _the expected description of your API._
3132
- Multiple layers in the code to **separate concerns** and independently test them - _avoid monolith and complexity._
3233
- **Health check** endpoints - _to quickly test your service._
33-
- **Dependency checks** and continuous update with [David](https://david-dm.org/) and [Greenkeeper](https://greenkeeper.io/) - _because the majority of your app is not your code._
34+
- **Dependency checks** and continuous update with [David](https://david-dm.org/), [Greenkeeper](https://greenkeeper.io/) and [Snyk](https://snyk.io)- _because the majority of your app is not your code._
3435
- **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
3536
- Sample CRUD implementation (in progress) - _to see it all in action_.
3637

@@ -258,4 +259,4 @@ Thanks to Shovon Hasan for his article on [Deploying a TypeScript + Node AWS Lam
258259

259260
## About the author
260261

261-
This project is maintaned by [György Balássy](http://gyorgybalassy.wordpress.com).
262+
This project is maintaned by [György Balássy](https://linkedin.com/in/balassy).

0 commit comments

Comments
 (0)