Hello,
Looking to find the correct GitHub action to use for sonar scanning Terraform files.
We have SQ 9.9 on-premise and GitHub Enterprise Server 3.9.7 on-premise (with on-prem runners)
Following GitHub integration suggests to use sonarscanner cli, and links to Official SonarQube Scan · Actions · GitHub Marketplace · GitHub. It appears that action requires docker (error in my test run: docker: command not found)
So, trying to find what that action requires to run on-prem, or what other sonar scanning actions can run on-prem, any w/o docker or with podman, etc …?
Thank you,