Ramon Petgrave

Results 75 comments of Ramon Petgrave

Are you sure that you've been able to sync all of the Nodes mentioned in this query? https://github.com/lyft/cartography/blob/2ca876b9c587b37b9797d373a384faf79278bf91/cartography/intel/okta/awssaml.py#L99

When you double click the OktaGroup nodes, are there any members attached? It could help if did a local installation of cartography and then inserted your own debug statements into...

It looks like your using Neo4j Auroa (neo4j.io), I would start by contacting t heir support and checking the transaction logs for the query in `load_volume_relationships`.

This is really cool, and thank you! I can see that this is still draft from you, but I'll try to comment more closely this week.

Release artifacts are mutable. I think if we can guarantee the archives to be reproducible, we should try to do it. https://www.gnu.org/software/tar/manual/html_section/Reproducibility.html

I think I'm currently having an issue in CI because I'm using the `token` as a secret, and because my PR is coming from a fork. https://github.com/actions/toolkit/issues/465#issuecomment-630227277 ``` Failed to...

> LGTM overall. Can we create a dedicated action for the detection of self-hosted runners? It will make the code more re-usable when we need it. I think you're right....

> > LGTM overall. Can we create a dedicated action for the detection of self-hosted runners? It will make the code more re-usable when we need it. > > I...