Could not find a default branch for project with key

Hey there.

INFO: Check ALM binding of project '"NorseDreki_dogcat"'
INFO: Detected project binding: NONEXISTENT

First things first, it looks like you need to remove the quotation marks from your project key (and org key).

I also noted that your args look a bit funny,

it looks like

args:
  -Dsonar.projectKey=xyz

when it shoudl look like

args: >
  -Dsonar.projectKey=xyz

Try adding that >