Rajan Agaskar

Results 19 comments of Rajan Agaskar

Yes, that makes sense to me. Sorry if the PR wording is unclear: I'm proposing a change that would guide most users towards running setup.sh vs running `make install`. I...

FWIW, here's what the monkey patch looks like. Gross? Yes, but seems to do the trick: ``` module Canable def self.add(can, able) @actions[can] = able add_can_method(can, able) add_able_method(able) add_enforcer_method(can, able)...

Hi @mvach -- this is a known issue that is a result of a new strategy for automatically keeping dependencies up to date and currently the team is brainstorming ways...

Just got bit by this problem, would love to see the PR merged (but our CLI is new so we don't have breaking changes concerns).

FWIW, I had this problem and can confirm that I experience the error on my M1 mac. When I `DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build` As suggested by [this comment](https://github.com/opencve/opencve-docker/issues/37#issuecomment-1498121078) on 37,...

So ... I got this wedged pretty good just now when a tanzu package install of cert manager failed on a vCenter 8 TKG 2.2 cluster. Not totally sure that...

(sorry, would have liked to show up with more than just a bug report, but a bit late in the evening for me to start digging into the fix --...

Poking a bit this evening and I see that the decoder lives over in syft, so likely a change needs to happen there and get bumped into grype. Haven't dug...

Haha, after looking at it more, I believe am I somewhat incorrect. At the moment here is what I believe is happening: 1) grype has a presenter that does not...

Haha: ok. wow, this looked simple but was not. So. Fun fact: the DefaultVersion constant of cycloneDx that syft uses when deciding what spec version to emit lives in an...