Christian Hopf

Results 88 comments of Christian Hopf

Hi @cloudmatt, from the dtrack-logic inside the operator, I think it should work to use another part of the full image-name. Dependency-Track has two fields for this: ProjectName (which is...

The grype-config-file is the older one with only the basic set of options for grype. The filter-config-file offers a more fine-grained filter-mechanism. There's a different between ignoring vulns (e.g. they...

Hi @nlamirault, thanks for your feature-request. Yes, it is of course possible to add an OCI-Target to this project. Which information in which format do you wish to store?

Okay, you want OCI-Support as source instead of as target. Yes, this might also be possible.

No, not yet. I did not forget this feature, but had no time to implement it yet.

Thanks for your detailed report. Yes, this would be a very good enhancement, please add a new flag as well to control the verbosity of grype. Thanks for your work!

The new PodSecurity API is in beta now (with 1.23.0): https://kubernetes.io/blog/2021/12/09/pod-security-admission-beta/

Please have a look at the helm chart: https://github.com/kubereboot/charts/tree/main/charts/kured/templates. I think there should be no references in this repo.

When Kubernetes 1.28 is out in about ten days and we release Kured 1.14.0 (with built-in k8s 1.27 support), we drop support for Kubernetes 1.25 which was the last release...

Hi @kavinkvb, the helm-chart does not offer the `hostPID` and `hostIPC` to be set through the `values.yaml` file. The `hostPID` variable is hardcoded to `true` in the chart, because kured...