Gilles Grousset

Results 74 comments of Gilles Grousset

Hi @iBelow ! I created a test projet here based on your config: https://github.com/insideapp-oss/sonar-flutter-example. When using `sonarsource/sonarqube-scan-action@master`everything runs fine. So maybe the action was updated since your issue. Let me...

Hi @gokul-ektar , As explained in the trace this error means that "flutter" command cannot be launch for analysis. So either "flutter" is not installed (or command not on path...

@iBelow, The problem is that if you look at the sonarsource/sonarqube-scan-action@master source: you'll se that the sonar-scanne r is running inside it's own container without flutter installed (and I do...

@iBelow, Here is a Github Actions script (from example project), that does not use sonarsource/sonarqube-scan-action: ```yml name: Sonar Flutter Example on: push: branches: - main jobs: analyze: runs-on: ubuntu-latest steps:...