From 41226cd928c0e76914abe842b67398f46fe8bcd8 Mon Sep 17 00:00:00 2001 From: "andrei.onciu" Date: Wed, 18 Sep 2024 15:24:30 +0000 Subject: [PATCH] GITBOOK-8010: Snyk Code, hardcoded secrets partnerships --- docs/scan-with-snyk/snyk-code/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scan-with-snyk/snyk-code/README.md b/docs/scan-with-snyk/snyk-code/README.md index e1654420dd3a..77b04b4d09c6 100644 --- a/docs/scan-with-snyk/snyk-code/README.md +++ b/docs/scan-with-snyk/snyk-code/README.md @@ -31,7 +31,7 @@ Snyk Code is powered by a semantic, AI-based analysis engine and can analyze the * **Coding issues:** Finds problems such as dead code, branches that are predefined, and branches having the same code on each side. * **Control flow:** Identifies null dereference or race conditions by modeling each possible control flow in the application. * **Data flow:** Follows the flow of data within the application from the source to the sink. Combined with AI-based learning of external insecure data sources, data sinks, and sanitation functions, this enables a strong taint analysis. -* **Hardcoded secrets:** Hardcoded secrets detection rules are invoked during SAST scans but do not act as a standalone secrets scanning tool. For an enhanced secrets solution, see our partnership with [GitGuardian](https://snyk.io/blog/supercharge-app-security-code-to-cloud/). +* **Hardcoded secrets:** Hardcoded secrets detection rules are invoked during SAST scans but do not act as a standalone secrets scanning tool, as this is done through our partnership with third-party tools. See our Snyk Learn lessons on [GitGuardian](https://learn.snyk.io/lesson/snyk-apprisk-gitguardian/) and [Nightfall AI](https://learn.snyk.io/lesson/snyk-apprisk-nightfall-ai/).
Hardcoded secret found

Hardcoded secret found