This is unreleased documentation for SBOM Scanner 0.13-dev.

SBOM Scanner Uninstall

Remove the resources that the helm chart created:

helm uninstall --namespace sbomscanner sbomscanner

Then remove these Custom Resource Definitions. This action also deletes resources of these types from the cluster:

kubectl delete crd vexhubs.sbomscanner.kubewarden.io
kubectl delete crd scanjobs.sbomscanner.kubewarden.io
kubectl delete crd registries.sbomscanner.kubewarden.io
kubectl delete crd workloadscanconfigurations.sbomscanner.kubewarden.io

Finally, delete the namespace where SBOM Scanner was deployed:

kubectl delete ns sbomscanner

This will remove the Persistent Volume Claims and their associated Persistent Volumes.