A SBOM-centric security scanner for Kubernetes.
This is still being developed. For additional details, please refer to the RFC.
make test
Customize tilt-settings.yaml
to your needs.
Run tilt:
tilt up
Run tilt with unified logs:
tilt up --stream
Follow controller logs:
tilt logs -f controller
Follow storage logs:
tilt logs -f storage
Follow worker logs:
tilt logs -f worker
Teardown the environment:
tilt down
When you make changes to the CRDs in /api
or rbac rules annotations, you need to regenerate the code.
make generate
The storage API server is based on the Kubernetes sample-apiserver project.