Dustin Decker

Results 108 comments of Dustin Decker

On Linux the notifications only work for the user that the function is run as. Running beeep with sudo will not create notifications for the user on Linux. It would...

Thanks @gen2brain I will look into that a little more.

Thank you for the contribution! We'll add a credential and review this soon.

FYI I had to update the pattern in https://github.com/trufflesecurity/trufflehog/pull/687/commits/ad0d7f8b298a8ba250cec53fd20dee875546d834 for the test to pass. Please confirm it still works for you.

How are you generating these keys? The ones I've generated are 22 chars. Maybe it's an old token format?

Also, I made a few typos in the pattern, i've corrected it to be `[0-9a-zA-Z]{22}` but it has the same effect.

Yeah, let’s support both. Thanks for digging into that! PR would be appreciated. On Tue, Aug 30, 2022 at 12:12 PM Max Thomson ***@***.***> wrote: > @dustin-decker I can put...

This is a manual step. Feel free to make a PR for it.

Thank you for the contribution, Pero. We'll need you to sign the CLA before we can accept this.

This is newline-delimited json: http://ndjson.org/ It is so you can parse each line as one result. This is the only way to stream JSON, otherwise you have to wait until...