Nimrod Kor

Results 50 comments of Nimrod Kor

Hey @ali0818 ! Just wondering here - AirIAM is not a very fast tool, so running accounts sequentially can be quite painful. Wouldn't it make more sense to run them...

Thanks @bbarhight ! That sounds very interesting. While I google it - if you have any helpful pointers that would be awesome!

@valkum @hawkw Any progress on this one?

@hds Mind taking another look?

Hey! It seems you're using twistlock URL instead of the prisma one. Prisma API usually look like this: https://api0.prismacloud.io can you verify your URL, make sure you are using Prisma...

@regicsolutions Still relevant? If so, when logging into prisma cloud, what's the website URL for you? Prisma has stacks around the globe...

We're up for a contribution here! We'll need to add a new loader in [this dir](/bridgecrewio/checkov/tree/main/checkov/terraform/module_loading/loaders)

Hey @krishnaduttPanchagnula I'm not the owner of this project any longer. @rotemavni / @Saarett might be able to help

Fixing this seems like a pretty straightforward task. The bad line: ```python for priv, priv_obj in action_map.get(action_service, {}).get('privileges', []).items(): ``` The error: `AttributeError: 'list' object has no attribute 'items'` So...

Had to remove python 3.6 as it isn't supported any longer by GHA. Now I see it is failing on finding secrets in my changes :( Help would be appreciated,...