Skip to content

Draft: chore(sonar): adding required deps to sonar image to scan a maven project

chore(sonar): adding required deps to sonar image to scan a maven project

Description:

During the sonar job, the license check will fail because it except maven to check the project's pom dependencies

Root cause:

Maven is needed

Solution:

Add maven to the image

Fixes:

#10

Closes #10

Merge request reports