Skip to content

Commit 5ebf716

Browse files
Add Chainguard integration (#2632)
* Add Chainguard integration * removing queried data type and adding codeowners * Nudge CI * removing unnecessary comma --------- Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com> Co-authored-by: Josh Patel <josh.patel@datadoghq.com>
1 parent f1c2776 commit 5ebf716

9 files changed

+818
-0
lines changed

.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,8 @@
11531153

11541154
/zilliz_cloud_zilliz_cloud/ @DataDog/ecosystems-review
11551155

1156+
/chainguard/ @DataDog/ecosystems-review
1157+
11561158
# LEAVE THE FOLLOWING LOG OWNERSHIP LAST IN THE FILE
11571159
# Make sure logs team is the full owner for all logs related files
11581160
**/assets/logs/ @DataDog/logs-integrations-reviewers @DataDog/logs-backend @DataDog/logs-core

chainguard/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - chainguard
2+
3+
## 1.0.0 / 2025-03-20
4+
5+
_**Added**_:
6+
7+
* Initial release

chainguard/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Chainguard
2+
3+
## Overview
4+
5+
Chainguard allows developers to reduce engineering toil associated with managing Common Vulnerabilities and Exposures (CVEs), build on a secure foundation of open-source software, and streamline compliance across the company against business-critical frameworks like FedRAMP, PCI-DSS, SOC2, and others. Our product, Chainguard Containers, is minimal, contains zero CVEs, and comes equipped with guarded protection under our remediation SLA. All 1200+ of our images are built from source and are regularly scanned and patched for CVEs.
6+
7+
This integration includes an out-of-the-box dashboard that displays existing containers eligible for migration to Chainguard Containers. You can quickly see long-running containers that may be nearing end-of-life and need to be updated to a secure container. Additionally, if you're a customer of CSM Infrastructure Vulnerabilities, you can see which containers have the highest number of  CVEs, indicating they should be migrated to Chainguard sooner.
8+
9+
## Setup
10+
11+
The out-of-the-box dashboard automatically queries existing Docker container metrics collected by the Datadog Agent. No additional setup is required.
12+
13+
To start using a Chainguard Image, visit [Chainguard Images][1], find your desired image, and follow the instructions to pull it.
14+
15+
## Uninstallation
16+
17+
To remove the out-of-the-box dashboard, go to the Chainguard integration tile, navigate to the Configure tab, and click **Uninstall Integration**.
18+
19+
To uninstall a Chainguard Image, remove all references to it in your configuration and revert to the original image.
20+
21+
## Support
22+
23+
Need help? Contact [Chainguard support][2].
24+
25+
26+
[1]: https://images.chainguard.dev
27+
[2]: https://www.chainguard.dev/contact

0 commit comments

Comments
 (0)