Raphael

Results 183 comments of Raphael

Well, I for one use `black --check` as a linter in my CI pipeline. 💁 It would be nice to report errors/warnings to the CI system (similar to ruff, pytest,...

Question: Should we _first_ talk about extending the [runtime-spec](https://github.com/opencontainers/runtime-spec/blob/main/runtime.md#state)? Meaning that, maybe the _actual_ problem is that `status: running` is not really fine-grained enough to represent _application_ state. That said,...

➡️ [bcicen/ctop#327](https://github.com/bcicen/ctop/pull/327), [bcicen/ctop#326](https://github.com/bcicen/ctop/pull/326) 🤷

FWIW, based on above Dockerfile @mikeslattery : [reitzig/6582edd485a5d0a8b68600dab3b0861b](https://gist.github.com/reitzig/6582edd485a5d0a8b68600dab3b0861b) Thanks!

Nope, didn't even realize. C&P-🐒, it me. 😇

For reference -- all those issue links sent me down some loopy loops! -- the answer as of today is: create Trivy JSON format, then use `trivy convert`.

Did you mean #3786 ? Can confirm that `trivy fs` ignores Go binaries -- but both `trivy image` and `trivy rootf` _do_ scan them and find CVEs! ![image](https://github.com/aquasecurity/trivy/assets/4246780/941df471-2df1-46d1-9269-9e56be3b87bc) ![image](https://github.com/aquasecurity/trivy/assets/4246780/6f9090b0-44a7-44d6-9a4c-6bdb7b42f19e) (trivy...

What I don't understand is how [helm/helm@2745909d:go.mod#145](https://github.com/helm/helm/blob/2745909d3d753d68b7205c1f0a1153f50eb795b3/go.mod#L145) (the current trunk) already references 0.17 (which, according to the adivsory, contains a fix), and _has_ been since at least Oct 12th, but...

Can't reproduce with 3.14.0 ![image](https://github.com/helm/helm/assets/4246780/a9e1c761-1ae9-493f-8553-5967ce784f9b)

FWIW, this works for me: [docker/hub-feedback#2127.1616804120](https://github.com/docker/hub-feedback/issues/2127#issuecomment-1616804120) (cross-linking for people landing here via web search)