Restored
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2023-11-26 10:34:50 +01:00
parent 3bb6ff11df
commit afab697eac

View File

@@ -0,0 +1,33 @@
# Interesting links
By far not complete, but check this out:
## Generating SBOM's
<https://github.com/kubernetes-sigs/bom>
<https://github.com/anchore/syft>
<https://docs.docker.com/engine/sbom/>
<https://github.com/ckotzbauer/sbom-operator>
---
## Storing SBOM's
<https://github.com/dlorenc/sbom-oci>
<https://docs.docker.com/build/attestations/sbom/>
<https://dependencytrack.org>
---
## Analysis
<https://dependencytrack.org>
<https://trivy.dev>
<https://github.com/openclarity/kubeclarity>