D00gs
D00gs
> @tomweston If I could I would, I am truly newbie with this Github stuff so any kind of help would be appreciated. Thanks, @abernalsec if you can attach a...
I am also having this issue on 5/13 GCP projects I use clouds-loot on. The other 8 work fine. I can't work out what the difference between the accounts is....
as I workaround, I updated async.js to: function onlyOnce(fn) { return function() { //if (fn === null) throw new Error("Callback was already called."); var callFn = fn; fn = null;...
try exporting the region env variable like `export AWS_REGION='us-west-2'` this will get rid of the error message. The trying again in seems like is caused by something different. I believe...
hiya. this is the same issue as here. I have listed a workaround to try until an official fix comes out https://github.com/aquasecurity/cloudsploit/issues/960#issuecomment-1005152782