惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Detect and block exposed credentials with Datadog Secret ...
2025-12-01 · via Datadog | The Monitor blog

Securing secrets is a difficult task. Developers frequently hardcode credentials for quick testing or use AI-generated code snippets that include live API keys or tokens. This means that enterprise secrets can inadvertently make their way into repositories and pipelines, exposing organizations to security and compliance risks without anyone noticing. When a secret is committed to a repository, it spreads quickly across branches, becomes difficult to track, and leads to leaks that are hard to clean up. These exposures give attackers potential entry points into critical production environments.

Datadog Secret Scanning, now generally available, helps you detect, validate, and block exposed credentials before they compromise your environments. As part of Datadog Code Security, Secret Scanning continuously monitors your source code, repositories, and CI/CD pipelines for credential leaks and integrates directly into developer workflows for shift-left security and fast remediation.

In this post, we’ll show how Secret Scanning helps you:

Prioritize exposed credentials with live third-party validation

Not all detected secrets pose the same level of risk. Traditional scanners treat every potential credential as a high-priority leak, overwhelming security teams with false positives.

When Secret Scanning finds a potential secret, Datadog automatically verifies the secret with the corresponding third-party provider (such as AWS, GitHub, or OpenAI) to determine if the credential is actually active. Live validation lets you focus remediation efforts on real, active credentials that attackers could exploit.

For example, a GitHub API token that is found in a commit might appear valid syntactically but already be deactivated. Datadog’s live validation can programmatically tell the difference between active and inactive credentials, reducing alert fatigue and helping security teams zero in on what matters. These verified findings are surfaced directly in Code Security, where developers can see the validation status, severity, and code context of the detection.

Screenshot of a critical finding from Datadog Code Security. The finding shows a sequence of characters that represent an OpenAI user API key.

This approach cuts down time wasted on false alarms and enables you to make confident, data-driven decisions about what to fix first.

Block secrets from being committed or merged

Beyond detecting leaked credentials, Secret Scanning proactively prevents secrets from being introduced into your codebase. By integrating directly with your CI/CD workflows, Secret Scanning enforces pre-commit and pre-merge checks that stop keys from ever entering your repositories.

When a developer attempts to commit or merge a change that introduces an exposed credential, Secret Scanning automatically blocks it and alerts the user. This shift-left, real-time protection prevents live secrets from propagating and helps you maintain a clean, compliant codebase without slowing down development.

Example of a blocked commit in a CI pipeline due to detected secret exposure.

And because Secret Scanning is integrated with the Datadog platform, you can correlate secret exposure data with runtime signals, vulnerability findings, and infrastructure-as-code (IaC) misconfigurations to build a complete picture of application security. This visibility makes it easy to trace the source of an exposure, revoke affected keys, and implement policies to prevent similar incidents.

Get started with Secret Scanning and Code Security

Secret Scanning helps you protect your codebases by detecting, validating, and blocking exposed credentials before they can lead to a security incident. It continuously monitors your repositories and CI/CD pipelines for leaked secrets and integrates with developer workflows to stop sensitive data from being committed.

Secret Scanning is one part of Datadog Code Security, which provides a unified view of risk across the software development life cycle. Code Security also includes Software Composition Analysis (SCA) to identify vulnerable dependencies, Static Code Analysis (SAST) and Runtime Code Analysis (IAST) to uncover vulnerabilities in custom code, and IaC Security to detect misconfigurations in deployment templates and cloud resources.

To learn more, check out our Secret Scanning documentation and Code Security documentation. If you’re new to Datadog, you can sign up for a 14-day free trial.