Sambhav Kothari
Sambhav Kothari
**What would you like to be added**: Grype currently ouputs a CVSS vector. Grype also has the ability to set a config file describing the kind of components that should...
This causes issues when trying to patch labels that contain `/` for eg `app.kubernetes.io/created-by` See the offending lines at https://github.com/nolar/kopf/blob/ab53ace82e62a6fa709bf5a580007eac1273ac34/kopf/_cogs/structs/patches.py#L94-L101 We need to ensure that `~` is encoded to `~0`...
Signed-off-by: Sambhav Kothari Fixes #918
## Question Currently there are is very little documentation on how to deploy an admission controller written in kopf. It would be nice to update https://kopf.readthedocs.io/en/stable/deployment/ with this information. Currently...
Currently, if a user modifies a cookiecutter template's file in a manner that it is no longer similar to the original version, cruft update fails to apply the patch using...
### What's the problem this feature will solve? Currently users may download packages from various pip repositories (apart from pypi). These packages may contain alternative versions of packages from pypi....
Although https://github.com/in-toto/attestation/issues/82 is still open, meanwhile we can document the canonical intoto predicate types in the cyclonedx website since there is no registration process for predicate types. (per https://github.com/in-toto/attestation/blob/main/spec/README.md#predicate) This...
Signed-off-by: Sambhav Kothari The current usage documentation is slightly confusing. Clarify the intended values for ref.
gitbom is a minimal specification to generate an artifact tree and a unique identifier for an artifact that is metadata agnostic and only depends on the artifact byte contents. If...