Collection of feedback from users of CodeArts Check code checking service (4)

Author: gentle_zhou

Original link: CodeArts Check code inspection service user feedback collection (4) - Cloud Community - Huawei Cloud


CodeArts Check (formerly CodeCheck) is a self-developed code checking service. Based on Huawei's 30 years of automated source code static inspection technology accumulation and enterprise-level application experience, it provides users with rich inspection capabilities such as code style, general quality and network security risks, comprehensive quality reports, and convenient closed-loop problem processing. Help companies effectively control code quality and help companies succeed: interested partners can click >> to experience the service .

5 user voices in this issue:

16. What is the role of the source file encoding format in "Settings"?
17. How to use the custom image in "Settings"?
18. What does it mean to accurately match the person responsible for the problem in "Settings"?
19. What is the function of the execution machine in "Settings"?
20. What is the function of configuring the private dependency warehouse extension point in "Settings"?

“Listening to customers and taking action to solve their problems is the first step to customer success. That’s why the Voice of the Customer (VoC) is a critical component in driving company-wide delivery of value to customers and customer satisfaction. This includes aiming to gain customer insights, close the customer feedback loop, and prioritize product improvements to make customers successful and satisfied.”

VOC Highlights Series

A collection of feedback from users of CodeArts Check code checking service (1) A collection of feedback
from users of CodeArts Check code checking service (2) A collection of feedback from
users of CodeArts Check code checking service (3)

16. What is the role of the source file encoding format in "Settings"?

It is used when scanning source files at the source code level. The default file encoding format is UTF-8 (taking into account internationalization and compatibility), and users can also switch to GBK.

image.png

17. How to use the custom image in "Settings"?

You need to fill in the image link in Huawei Cloud SWR.
ps Huawei Cloud SWR is a container image service. It is a service that supports the full life cycle management of container images. It provides easy-to-use, safe and reliable image management functions to help users quickly deploy containerized services.
Mirror site link: Huawei Open Source Mirror Site_Software Development Services_Huawei Cloud

18. What does it mean to accurately match the person responsible for the problem in "Settings"?

Aiming at the scenario where the code warehouse is cloned into the check service, if "Accurate Matching of Issue Responsible Persons" is turned on, the person responsible for each code submission can be matched and displayed. If not enabled, only the person responsible for the most recent code submission will be displayed.
When ps is turned on, it will increase the time for some code downloads, affecting the overall scanning time.

19. What is the function of the execution machine in "Settings"?

The check service will provide a default execution machine, internal scanning environment, and scanning configurations all installed, supporting direct use and scanning of the engine.
To customize the executor, the user needs to go to Tenant Settings - Resource Pool Management, create a resource pool, and bind the custom executor (requires a public IP).

image.png

20. What is the function of configuring the private dependency warehouse extension point in "Settings"?

When a user project has its own private dependencies and needs to be compiled by maven, the dependencies can be added through this extension point.
You can click "Extension Point Management", then click "nexus repository" and fill in the service extension point information (connecting to the third-party Maven private dependency warehouse).

image.png

image.png

image.png

Guess you like

Origin blog.csdn.net/hwxiaozhi/article/details/133080826