Jeff Wenzbauer

Results 26 comments of Jeff Wenzbauer

@pdrastil try updating your config file to look like this: ```yaml metadata: name: my-deployment cluster: my-cluster revision: 1.x values: | some: nested: config: - value1 - value2 ``` This will...

I've experienced this issue as well. It seems to me that if the latest commit on the `default_branch` does not exist in `HEAD` then it causes trufflehog to just scan...

I would love to see a way to commit a suppression of a particular secret into the code next to the secret so that the suppression is auditable just like...

Is there a plan for when govcloud regions will be supported?

Would love to see this merged so that I can make use of helm charts published as releases in a private github repo.

@M00nF1sh now that v2.2.0 has been released, can you provide any updates on this feature?

It is possible to create only the ALB with terraform and then create the target groups and listeners with the aws-load-balancer-controller, but it isn't yet officially supported. I believe there...

Well I wrote up a small test case and put it in this [repo](https://github.com/jwenz723/pdhtest). What I am finding now, is that the PdhCollectQueryData function is actually the problem rather than...

That article you found is interesting. I tried running the `lodctr /r` command, but it also seemed to have no effect. It doesn't seem to me like the errors are...

I think I may have found a solution to this problem. My previous method was using 1 PDH Query Handle per PDH Counter. I changed my code so that now...