Skip to content

Commit 3466690

Browse files
authored
Add (SAST) and (SCA) to Code Analysis SKU names (#24051)
* Update _index.md * Update _index.md * Update _index.md
1 parent b308748 commit 3466690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/code_analysis/software_composition_analysis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Software Composition Analysis
2+
title: Software Composition Analysis (SCA)
33
description: Learn about Datadog Software Composition Analysis to scan your imported open-source libraries for known security vulnerabilities before you ship to production.
44
is_beta: true
55
further_reading:

content/en/code_analysis/static_analysis/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Static Analysis
2+
title: Static Analysis (SAST)
33
description: Learn about Datadog Static Analysis to scan code for quality issues and security vulnerabilities before your code reaches production.
44
aliases:
55
- /continuous_integration/static_analysis
@@ -26,7 +26,7 @@ Code Analysis is in public beta.
2626

2727
## Overview
2828

29-
Static Analysis is a clear-box software testing technique that analyzes a program's pre-production code without the need to execute the program, meaning that the program is static because it isn't running.
29+
Static Analysis (SAST) is a clear-box software testing technique that analyzes a program's pre-production code without the need to execute the program, meaning that the program is static because it isn't running.
3030

3131
Static Analysis helps you identify maintainability issues and security vulnerabilities early in the software development life cycle (SDLC) to ensure only the highest quality, most secure code makes it to production. Static Analysis tools that scan for security vulnerabilities are also commonly referred to as Static Application Security Testing (SAST) tools.
3232

0 commit comments

Comments
 (0)