Scanner Action that does not require container

Can you consider maintaining a sonar-scanner action for Github Actions that does not require a container?

This would make it significantly easier to use sonar-scanner for languages (like swift) that do not have a “native” sonar-scanner on platforms (like macOS) where containers are not usable for actions in GitHub.

(It would be even more helpful if such an action included the scripts needed to generate coverage reporting for those languages.)

Hi @rhwood ,
thank you for your post :slight_smile:
Not using container would mean use a basic script with a wget to fetch the sonar-scanner. Am I correct?
Also :

that do not have a “native” sonar-scanner on platforms (like macOS) where containers are not usable for actions in GitHub

I am not sure I understand this sentence. Could you clarify what you mean?

Thanks!
Kind regards,
Christophe