Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first shot of self-assessment.md file #1317

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions SECURITY-INSIGHTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ distribution-points:
- https://github.com/k8gb-io/k8gb/releases
- https://hub.docker.com/r/absaoss/k8gb/tags

self-assessment:
self-assessment-created: true
evidence-url:
- https://github.com/k8gb-io/k8gb/blob/master/self-assessment.md
comment: |
Created on 2023-10-31
security-contacts:
- type: email
value: cncf-k8gb-maintainers@lists.cncf.io
Expand Down
31 changes: 31 additions & 0 deletions self-assessment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# K8gb security self-assessment

2023-10-31

K8gb is a Global Service Load Balancing solution with a focus on having cloud native qualities and work natively in a Kubernetes context.

## Metadata

Quick reference information, later used for indexing.

| | |
| -- | -- |
| Software | https://github.com/k8gb-io/k8gb |
| Security Provider | No |
| Languages | Golang |
| SBOM | https://github.com/k8gb-io/k8gb/releases/download/v0.11.5/k8gb_0.11.5_linux_amd64.tar.gz.sbom.json |
| | |

### Security links

| Doc | url |
| -- | -- |
| Security file | https://github.com/k8gb-io/k8gb/blob/master/SECURITY.md |
| Security insights | https://github.com/k8gb-io/k8gb/blob/master/SECURITY-INSIGHTS.yml |
| Cosign pub-key | https://github.com/k8gb-io/k8gb/blob/master/cosign.pub |

### Intended Use

To increase the software supply chain security, we encourage our users to consume k8gb container images with Kyverno's admission webhook
([/policy](https://kyverno.io/docs/writing-policies/verify-images/sigstore/#verifying-image-signatures)) that will ensure that
images are signed and nobody had tempered with them. Our public key that can be used to verify this is in the root or our repository.
Loading