You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing an issue with the YAML and Ansible plugins in SonarQube where not all YAML files are transferred and scanned. Here are the details:
Version YAML Plugin: 1.9.1
Version Ansible Plugin: 2.5.1
Version SonarQube: 9.9.6 / 9.9.5
Ansible-lint: 24.7
Problem Description
When scanning our project, which includes several YAML files, only one file (e.g., roles/role1/tasks/main.yaml) is visible and scanned in SonarQube. The other YAML files are missing from the analysis results.
Example Folder Structure:
Despite having the latest versions of the plugins and tools, only one YAML file is uploaded and analyzed by SonarQube.
Steps Taken
We have checked for conflicts between the YAML and Ansible plugins.
Updated to the latest versions of both plugins and SonarQube.
Configured exclusions and inclusions to ensure only relevant files are scanned.
Seeking Assistance
Has anyone else encountered this issue? What configurations or steps did you take to resolve it? Any insights or solutions would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
We are experiencing an issue with the YAML and Ansible plugins in SonarQube where not all YAML files are transferred and scanned. Here are the details:
Problem Description
When scanning our project, which includes several YAML files, only one file (e.g., roles/role1/tasks/main.yaml) is visible and scanned in SonarQube. The other YAML files are missing from the analysis results.
Example Folder Structure:
bash
Playbooks/file1.yaml
Playbooks/file2.yaml
...
roles/role1/tasks/main.yaml
roles/role2/tasks/main.yaml
...
Despite having the latest versions of the plugins and tools, only one YAML file is uploaded and analyzed by SonarQube.
Steps Taken
Seeking Assistance
Has anyone else encountered this issue? What configurations or steps did you take to resolve it? Any insights or solutions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: