Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) : 8.4
- what are you trying to achieve :query
- what have you tried so far to achieve this: NA
I have a big repo around 7 GB to scan. the automation is suppose to download the repo and scan it. since size is huge, it is not a good idea to full clone the repo. there is another option shallow clone which pulls source code + last commit. this is lite and fast.
Question:
Does sonar-scanner has any dependency on commit history ?