sbaudoin / sonar-ansible

SonarQube plugin to analyze Ansible playbooks
Apache License 2.0
71 stars 17 forks source link

A vault password must be specified to decrypt data #61

Open hajedkh opened 9 months ago

hajedkh commented 9 months ago

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 ?