We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bddaa3 commit 9f35223Copy full SHA for 9f35223
1 file changed
README.md
@@ -3,6 +3,11 @@
3
A Kubernetes controller that monitors pod lifecycles and uploads
4
deployment records to GitHub's artifact metadata API.
5
6
+> [!IMPORTANT]
7
+> For the correlation to work in the backend, container images must be
8
+> built with [GitHub Artifact
9
+> Attestations](https://docs.github.com/en/actions/concepts/security/artifact-attestations).
10
+
11
## Features
12
13
- **Informer-based controller**: Uses Kubernetes SharedInformers for
0 commit comments