We are installing and scanning our repo code with pnpx sonarqube-scanner
and we also changed and validated with pnpx @sonar/scan
. And from yesterday we started to get the following error
Packages are hard linked from the content-addressable store to the virtual store.
Content-addressable store is at: /opt/atlassian/pipelines/agent/build/.pnpm-store/v3
Virtual store is at: .pnpm-store/v3/tmp/dlx-431/.pnpm
ERR_PNPM_DLX_MULTIPLE_BINS Could not determine executable to run. @sonar/scan has multiple binaries: sonar, sonar-scanner
Try one of the following:
pnpm --package=@sonar/scan dlx sonar
pnpm --package=@sonar/scan dlx sonar-scanner
We saw that there’s a new version published yesterday. Could that be the reason for this breaking in the pipelines?