Skip to content

Commit b114411

Browse files
tylerpaxtonclaude
andcommitted
actions/telemetry: explain why we collect telemetry (billing and security)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 510dea4 commit b114411

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

content/chainguard/actions/telemetry.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Chainguard Actions telemetry and privacy"
33
linktitle: "Telemetry and privacy"
4-
description: "Learn what usage telemetry Chainguard hardened actions send, what data is collected, and how to control it."
4+
description: "Learn what usage telemetry Chainguard hardened actions send, why we collect it, and how to control it."
55
type: "article"
66
date: 2026-07-16T00:00:00+00:00
7-
lastmod: 2026-07-16T00:00:00+00:00
7+
lastmod: 2026-09-01T00:00:00+00:00
88
draft: false
99
tags: ["Chainguard Actions", "Telemetry", "Privacy"]
1010
menu:
@@ -16,6 +16,15 @@ toc: true
1616

1717
Every Chainguard hardened action runs a best-effort "phone-home" pre-hook that records a usage event to `https://actions.enforce.dev/actions/v1/record`. The hook is fire-and-forget, with a 2 second timeout that fails open, so it cannot break your build.
1818

19+
## Why we collect this data
20+
21+
We collect this data for billing and security purposes:
22+
23+
- **Billing**: usage events let us meter which repositories are using Chainguard hardened actions so we can bill customers accurately for their usage and entitlements.
24+
- **Security**: verified usage records help us confirm that requests come from legitimate workflows, understand where our actions are running, and detect anomalous or unauthorized use.
25+
26+
We do not use this data for advertising, and we do not sell it to third parties.
27+
1928
## What we collect
2029

2130
What we collect depends on whether your workflow grants `id-token: write`:

0 commit comments

Comments
 (0)