Sonarcloud issue with quality profile

Hi forum …

I was able to connect travis CI tool with sonarcloud for building a stm32 c project hosted in bitbucketcloud…
But I got this

It is saying what is not able to load the default quality profile ? and what about the organization?

Please help me

https://sonarcloud.io/project/configuration?id=simogaspa84_devops_test

sonar.projectKey=simogaspa84_devops_test
sonar.sources=.
sonar.host.url=https://sonarcloud.io
sonar.login= simogaspa84@bitbucket

``

dist: focal
language: c


addons:
  apt:
    packages:
      - --install-recommends
      - gcc-arm-none-eabi

  sonarcloud:
    organization: "simone.gasparella"
    token:
      secure:  "g6dBP1G4jSG2LcbbH+nfpd7SEasDnQeT8a81F1TIHdgCMjD57Do4AmM+lSAvKcx5uIoL9ltQShh4lI8j/XiKUWUS7YU53PUQrgMgWn24MFJ04G7YFIq1C2W8JPD2rppBEhcc7varChk9pdSK9dqr+Y2a22dN/kzD4sXmlAxgE9XTLtNzNUOm0CkWmKExIXNhhn8wr0cUgwbEfkLYZAhmTsfqEN07xfAZgcpFMHmexJir7kl/pe5jSE3aSJ4PUnkpU8C8FGHSqvvlOdH2YiNM4fBke+z34ea6dqjc0SLpo7upT8CSVpXPzI04eyne2Yrd6o9LiJ3QV/59hlPNQPReAlfTFXlYhijsB/Pf4VsVjZYrg/HoYP9ZVQNnJA/SVuXfcCizbrGaIX3tHXXnzcSDQG2zd+VibqcWaJaWnXCr8TJWeCKEmhXh/iCx+jNLiPtiEQOZ0vpLTYOwDq3dFGqvzcqj6JYaEVsgKHwRHtQrI+6jL2W1pZ8pwhUxNftAHiImmDXP5zix0G5zK+y+SypZ9s+1gSVvXpdDKm91KqyNK1GEnPy2QEqGAtkval/kiyOsCnsrC1PAfpKbB3bI8C55Ox+oEAexRzqWjvOfyLecnr8QlOaT5gvp6RaRI50Qlnhtm0Y16f2DI3xRNPxY9vsMGKzlsUbAHYkKlfdW3Bdbsdg="

before_install:
  - sed -i -E 's/[A-Z]:\\.*\\workspace_[^\\]+\\[^\\]+\\/..\//' Debug/makefile


install:
  - make -C Debug all


script:
  - sonar-scanner 

and check the log too
log.txt (34.9 KB)

Hello @Simone_Gasparella ,

Welcome to the community!

Looking at your configuration, it seems that the organization key is wrong. From what I can see it should be “simogaspa84”.