Fennerr

Results 16 comments of Fennerr

This is true. Maybe move it to an optional flag and/or a config option to select what secrets you want to scan for It would also be nice to generalize...

This is some awesome commentary. I have also been struggling with pmapper's performance. Typically the CPU % is high (~99%), whilst RAM usage would be less than 1%. I will...

@rdegraaf I made some slight optimizations to local_policy_simulation - theres still probably more that can be done, but it improved performance in a small account by ~60%. I have also...

Thank you @rdegraaf - I have also commited these changes to my [main branch](https://github.com/Fennerr/PMapper)

This is covered [in the wiki](https://github.com/WithSecureLabs/awspx/wiki/Data-Collection#ingestion) and when you run `awspx ingest --help`. Awpx was built so that it runs in a docker container, and the 'awspx' command on your...

I had the same issue. Importing the default_settings, and then wrapping the scan_line inside of a with line fixed it for me: ```python from detect_secrets.settings import default_settings ... with default_settings():...