You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Scan your code with SonarQube [](https://github.com/SonarSource/sonarqube-scan-action/actions/workflows/qa.yml)
2
2
3
-
Using this GitHub Action, scan your code with [SonarQube](https://www.sonarqube.org/) to detects Bugs, Vulnerabilities and Code Smells in up to 27 programming languages!
3
+
Using this GitHub Action, achieve [Clean Code](https://www.sonarsource.com/solutions/clean-code/?utm_medium=referral&utm_source=github&utm_campaign=clean-code&utm_content=sonarqube-scan-action) with [SonarQube](https://www.sonarqube.org/)by scanning to detect Bugs, Vulnerabilities, and Code Smells in 30+ programming languages!
4
4
5
5
<imgsrc="./images/SonarQube-72px.png">
6
6
7
-
SonarQube is the leading product for Continuous Code Quality & Code Security. It supports most popular programming languages, including Java, JavaScript, TypeScript, C#, Python, C, C++, and many more.
7
+
SonarQube is the leading product for Continuous Code Quality and code Security. It supports most popular programming languages, including Java, JavaScript, TypeScript, C#, Python, C, C++, and many more.
8
8
9
9
## Requirements
10
10
@@ -20,7 +20,7 @@ Project metadata, including the location to the sources to be analyzed, must be
20
20
sonar.projectKey=<replace with the key generated when setting up the project on SonarQube>
21
21
22
22
# relative paths to source directories. More details and properties are described
# Disabling shallow clone is recommended for improving relevancy of reporting
48
+
# Disabling shallow clones is recommended for improving the relevancy of reporting
49
49
fetch-depth: 0
50
50
- name: SonarQube Scan
51
51
uses: sonarsource/sonarqube-scan-action@master
@@ -65,7 +65,7 @@ If your source code file names contain special characters that are not covered b
65
65
LC_ALL: "ru_RU.UTF-8"
66
66
```
67
67
68
-
If your SonarQube server uses a self-signed certificate, you can pass a root certificate (in PEM format) to the java certificate store:
68
+
If your SonarQube server uses a self-signed certificate, you can pass a root certificate (in PEM format) to the Java certificate store:
69
69
70
70
```yaml
71
71
- name: SonarQube Scan
@@ -115,12 +115,12 @@ This GitHub Action will not work for all technologies. If you are in one of the
115
115
* You want to analyze a .NET solution. Read the documentation about our [Scanner for .NET](https://redirect.sonarsource.com/doc/install-configure-scanner-msbuild.html).
116
116
* You want to analyze C/C++ code. Read the documentation on [analyzing C/C++ code](https://docs.sonarqube.org/latest/analysis/languages/cfamily/).
117
117
118
-
## Have question or feedback?
118
+
## Have questions or feedback?
119
119
120
120
To provide feedback (requesting a feature or reporting a bug) please post on the [SonarSource Community Forum](https://community.sonarsource.com/tags/c/help/sq/github-actions).
121
121
122
122
## License
123
123
124
124
The Dockerfile and associated scripts and documentation in this project are released under the LGPLv3 License.
125
125
126
-
Container images built with this project include thirdparty materials.
126
+
Container images built with this project include third-party materials.
0 commit comments