From 85f34b686c959f89689e009470fc21b6f3d07c26 Mon Sep 17 00:00:00 2001 From: Guillaume Montard Date: Fri, 10 Mar 2023 10:53:27 +0000 Subject: [PATCH] Add Bearer to Development section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13d3d06..e047a31 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog - [OAuth 2 in Action](https://www.manning.com/books/oauth-2-in-action) - Book that teaches you practical use and deployment of OAuth 2 from the perspectives of a client, an authorization server, and a resource server. - [OWASP ZAP Node API](https://github.com/zaproxy/zap-api-nodejs) - Leverage the OWASP Zed Attack Proxy (ZAP) within your NodeJS applications with this official API. - [GuardRails](https://github.com/apps/guardrails) - A GitHub App that provides security feedback in Pull Requests. +- [Bearer](https://github.com/Bearer/bearer) - Scan code for security risks and vulnerabilities leading to sensitive data exposures. - [Checkov](https://github.com/bridgecrewio/checkov/) - A static analysis tool for infrastucture as code (Terraform). - [TFSec](https://github.com/tfsec/tfsec/) - A static analysis tool for infrastucture as code (Terraform). - [KICS](https://github.com/Checkmarx/kics) - Scans IaC projects for security vulnerabilities, compliance issues, and infrastructure misconfiguration. Currently working with Terraform projects, Kubernetes manifests, Dockerfiles, AWS CloudFormation Templates, and Ansible playbooks.