From 423380f007f25ce115b6ae8a67db7804010354ee Mon Sep 17 00:00:00 2001 From: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:10:39 +0000 Subject: [PATCH] Update proto docs Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/policies/schema.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/policies/schema.md b/docs/reference/policies/schema.md index 324db66..675d8dd 100644 --- a/docs/reference/policies/schema.md +++ b/docs/reference/policies/schema.md @@ -44,6 +44,7 @@ | `package_artifact_sha256` | `string` | SHA-256 hash of the corresponding package artifact as reported by its upstream repository. NOTE: The platform resolves this information asynchronously, so it is not guaranteed to be available immediately. Policies should explicitly check presence using the has() macro. | - | | `package_artifact_sha512` | `string` | SHA-512 hash of the corresponding package artifact as reported by its upstream repository. NOTE: The platform resolves this information asynchronously, so it is not guaranteed to be available immediately. Policies should explicitly check presence using the has() macro. | - | | `latest_version_published_at` | `google.protobuf.Timestamp` | When the latest version was published. NOTE: The platform resolves this information asynchronously, so it is not guaranteed to be available immediately. Policies should explicitly check presence using the has() macro. | - | +| `scope` | `string` | | - |