mirror of
https://github.com/255kb/stack-on-a-budget.git
synced 2021-05-13 03:06:20 +03:00
Merge pull request #252 from lirantal/feat/add-security
Feat: add security section and snyk
This commit is contained in:
@@ -171,6 +171,8 @@ The goal is to have enough details about each free tier so developers can choose
|
||||
- [onesignal](pages/push-notifications.md#onesignal)
|
||||
- [**Searching**](pages/searching.md)
|
||||
- [Algolia](pages/searching.md#algolia)
|
||||
- [**Security**](pages/security.md)
|
||||
- [Snyk](pages/security.md#snyk)
|
||||
- [**Serverless app hosting**](pages/serverless-app-hosting.md)
|
||||
- [AWS Lambda](pages/serverless-app-hosting.md#aws-lambda)
|
||||
- [Google Cloud Functions](pages/serverless-app-hosting.md#google-cloud-functions)
|
||||
|
||||
15
pages/security.md
Normal file
15
pages/security.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Security
|
||||
|
||||
<!-- TOC depthFrom:2 -->
|
||||
|
||||
- [Snyk](#snyk)
|
||||
|
||||
<!-- /TOC -->
|
||||
|
||||
## Snyk
|
||||
|
||||
[Pricing page](https://snyk.io/plans/)
|
||||
|
||||
- *Free tier:* 200 open source tests, 100 container tests, 300 IaC tests, 100 Snyk Code tests - all per month.
|
||||
- *Pros:* GitHub Pull Requests integration, IDE extensions, a CLI
|
||||
- *Limitations:* No license reports, JIRA integrations, API or rich reports
|
||||
Reference in New Issue
Block a user