I am testing the integration of the plugin with one opf my projects where I am using sonar-vault.
and the lint process didn't work as expected and it is requesting for the vault password, here is the error message:
INFO: ansible-lint 4.2.0 WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data
why it is requesting for the vault password.
PS: Using the ansible-lint package out of the box does not request any password and it doesn't scan the ansible-vault files.
Hello
I am testing the integration of the plugin with one opf my projects where I am using sonar-vault. and the lint process didn't work as expected and it is requesting for the vault password, here is the error message:
INFO: ansible-lint 4.2.0 WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data WARN: Messages printed to error output during analysis: A vault password must be specified to decrypt data
why it is requesting for the vault password. PS: Using the ansible-lint package out of the box does not request any password and it doesn't scan the ansible-vault files.
Any idea ?