SonarCloud Github Action Giving Docker Error

We’re seeing an error that has just started happening today when using the SonarCloud Github action to analyze our commits.

Here’s what we’re seeing for the logs in Github:

Run SonarSource/sonarcloud-github-action@master
/usr/bin/docker run --name c2e1397fad68f3d4d7992a1e7e0d564a712_ea977e --label 540c2e  ....


Unable to find image '540c2e:1397fad68f3d4d7992a1e7e0d564a712' locally
docker: Error response from daemon: pull access denied for 540c2e, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

I’m not sure it looks like something (docker?) is trimming that --name argument to 32 characters or something like that. It’s not clear to me where the name argument comes from or how to make it shorter.

Hi Thomas,

Could you please help me understand what you are asking here?

The call is happening because we are using docker-built GitHub actions, which execute the docker build under the hood. We do not control this part; it is the GitHub action’s underlying implementation.

Thanks,
Csaba