Skip to content

Commit 4be2c9a

Browse files
feat: provide Cosign information (#53)
* feat: provide Cosign information Signed-off-by: Patrick Stephens <[email protected]> * Update docs/security.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Signed-off-by: Patrick Stephens <[email protected]> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 70a9472 commit 4be2c9a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/security.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ FluentDo provides an agent with the following security and compliance considerat
1212
- Full integration and regression testing in place
1313
- Hardened container images and best practice helm charts
1414

15+
## Cosign
16+
17+
All images are signed with Cosign using both the keyless approach with Fulcio and a dedicated Cosign private key (from 25.10.3) integrated into Github Actions directly: <https://github.com/FluentDo/agent/blob/main/.github/workflows/call-build-containers.yaml>
18+
19+
The private key is available here: <https://raw.githubusercontent.com/FluentDo/agent/refs/heads/main/cosign.pub>
20+
21+
```text
22+
-----BEGIN PUBLIC KEY-----
23+
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE9ksLCy9rhu8BXj7fSYRczjaI+G2K
24+
C7z4JI247+HFGdcJSNh9mSV3ZnlvH44fgqISireDyi8d0WVMf9oZhOHV6Q==
25+
-----END PUBLIC KEY-----
26+
```
27+
28+
To verify follow the instructions provided by Cosign: <https://docs.sigstore.dev/cosign/verifying/verify/>
29+
1530
## CVEs
1631

1732
We triage and resolve all CVEs reported against the FluentDo agent (and to some degree OSS too), please see [this page](./security/cves.md).
@@ -91,4 +106,3 @@ To minimize attack surface and binary size, the following 17 plugins are **disab
91106
- `FLB_SHARED_LIB` - Shared library build (static preferred)
92107
- `FLB_EXAMPLES` - Example binaries
93108
- `FLB_CHUNK_TRACE` - Debug chunk tracing
94-

0 commit comments

Comments
 (0)