James Hodgkinson
James Hodgkinson
I'd say look at all the actions that things are doing and go from there, rather than just one-off troubleshooting. Orca hasn't really been maintained/tested as often as the rest...
We're probably better off just including the Cargo.lock and Cargo.toml in the container than moving from just building with `cargo`, and introducing other possible issues.
Their docs are here, give it a go https://aquasecurity.github.io/trivy/v0.49/docs/coverage/language/rust/
> I went through it and the above discussion. It appeared that including the Cargo.lock and Cargo.toml will help trivy scans. So wished to ask > > `will adding the...
I looked into this and trivy doesn't like our containers, and can't realistically handle the Cargo.toml/lock file, because we have multiple due to the workspace. We'd have to build the...
At some point yes, but not currently in development.
We should be able to expose this to the user via the webUI returns
Oh, no doubt - but us throwing "oh no" in the UI (mentioned in chat) when we know it's a U-not-V'd issue is unhelpful
Sooooo yes. Systemd handles all the user/folder creation stuff. The TPM libs are new so that's probably what's missing...
The `dm_unixd` thing is systemd being weird - if you do `journalctl -u kanidm-unixd` instead of grepping the bare `journalctl` output you'll get the results you need.