diff --git a/docs/semgrep-cloud-platform/getting-started.md b/docs/semgrep-cloud-platform/getting-started.md index bbf60abfc..a63d9af6f 100644 --- a/docs/semgrep-cloud-platform/getting-started.md +++ b/docs/semgrep-cloud-platform/getting-started.md @@ -48,6 +48,10 @@ This document describes the following: - **For administrators (admins), such as Security Engineers**: Steps to configure organization (org) accounts in SCP for teams. - **For team members:** Steps for team members to join an org in SCP. +:::tip +Check out [How to introduce Semgrep to your organization](https://blog.trailofbits.com/2024/01/12/how-to-introduce-semgrep-to-your-organization/) from Trail of Bits for tips on how to evaluate and deploy Semgrep for your org. +::: + ## Signing in to Semgrep Cloud Platform diff --git a/docs/semgrep-code/overview.md b/docs/semgrep-code/overview.md index 8d2039adb..d9d6853ec 100644 --- a/docs/semgrep-code/overview.md +++ b/docs/semgrep-code/overview.md @@ -43,4 +43,8 @@ For cross-file and cross-function analysis (interfile and interprocedural analys [Scan your codebase](/semgrep-code/getting-started): Learn how to scan your project by integrating Semgrep Code into your CI/CD pipeline or how to scan repositories available locally on your machine. +## Further reading + +- Read the [Trail of Bits Automated Testing Handbook](https://appsec.guide/) to learn about configuring and optimizing security tools, including Semgrep. +