-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure no result #1728
Comments
i see the same error. |
hi @Vbubblery looking into it. |
If I understand it correctly, this is the commit that broke this -> 8415d5c#diff-e820abec8c98dc12e01a66376533a10a5099daba4f6accc37668721b03fd2aa4R200 and it would be enough to just add default value policyAssignmentStatus = defualtPolicyAssignments[param] || ''; Is that correct? |
This works for me, and makes sense based on helpers/azure/functions.js:196-201 |
I have this error:
I'm trying to audit only azure but keeps asking aws parameters, my creds.json file it's something like this:
also, i tried on config.js:
If i only trigger the command (./index.js) the output looks fine, but ask for aws data: |
Hi @Vbubblery can you check now? |
hi @telekomancer , i see you have added the credentials in config.js file but your attributes for the object are commented out. Can you try out like this in config.js file |
Oh! Actually, that was the options that i changed, i had to make some changes at code (#1728 (comment)) and some changes at config.js level and everything works. Thanks for the help! |
@Vbubblery Can we close this now? |
The config.js include the current credential for azure, and i use the command belong to generate the report
But it throw the issue, and nothing return to json and xml file.
Is Azure api updated?
The text was updated successfully, but these errors were encountered: