Skip to content
代码片段 群组 项目
未验证 提交 0fc805eb 编辑于 作者: Russell Dickenson's avatar Russell Dickenson 提交者: GitLab
浏览文件

Merge branch 'connorgilbert/docs-codeclimate-workaround' into 'master'

Docs: Add CQ troubleshooting for non-default DinD

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158882



Merged-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Approved-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Co-authored-by: default avatarConnor Gilbert <cgilbert@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -217,3 +217,13 @@ To gain insight into the errors, you can execute a GraphQL query using the follo ...@@ -217,3 +217,13 @@ To gain insight into the errors, you can execute a GraphQL query using the follo
} }
} }
``` ```
## No report artifact is created
With certain Runner configurations, the Code Quality scanning job may not have access to your source code.
If this happens, the `gl-code-quality-report.json` artifact won't be created.
To resolve this issue, either:
- Use the [documented Runner configuration for Docker-in-Docker](../docker/using_docker_build.md#use-docker-in-docker), which uses privileged mode instead of Docker socket binding.
- Apply the [community workaround in issue 32027](https://gitlab.com/gitlab-org/gitlab/-/issues/32027#note_1318822628) if you wish to continue using Docker socket binding.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册