Skip to content

Commit 1b9d398

Browse files
1 parent ccaf9ef commit 1b9d398

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Scan your code with SonarQube [![QA](https://github.com/SonarSource/sonarqube-scan-action/actions/workflows/qa.yml/badge.svg)](https://github.com/SonarSource/sonarqube-scan-action/actions/workflows/qa.yml)
22

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!
44

55
<img src="./images/SonarQube-72px.png">
66

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.
88

99
## Requirements
1010

@@ -20,7 +20,7 @@ Project metadata, including the location to the sources to be analyzed, must be
2020
sonar.projectKey=<replace with the key generated when setting up the project on SonarQube>
2121

2222
# relative paths to source directories. More details and properties are described
23-
# in https://docs.sonarqube.org/latest/project-administration/narrowing-the-focus/
23+
# at https://docs.sonarqube.org/latest/project-administration/narrowing-the-focus/
2424
sonar.sources=.
2525
```
2626

@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747
with:
48-
# Disabling shallow clone is recommended for improving relevancy of reporting
48+
# Disabling shallow clones is recommended for improving the relevancy of reporting
4949
fetch-depth: 0
5050
- name: SonarQube Scan
5151
uses: sonarsource/sonarqube-scan-action@master
@@ -65,7 +65,7 @@ If your source code file names contain special characters that are not covered b
6565
LC_ALL: "ru_RU.UTF-8"
6666
```
6767

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:
6969

7070
```yaml
7171
- name: SonarQube Scan
@@ -115,12 +115,12 @@ This GitHub Action will not work for all technologies. If you are in one of the
115115
* 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).
116116
* You want to analyze C/C++ code. Read the documentation on [analyzing C/C++ code](https://docs.sonarqube.org/latest/analysis/languages/cfamily/).
117117

118-
## Have question or feedback?
118+
## Have questions or feedback?
119119

120120
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).
121121

122122
## License
123123

124124
The Dockerfile and associated scripts and documentation in this project are released under the LGPLv3 License.
125125

126-
Container images built with this project include third party materials.
126+
Container images built with this project include third-party materials.

0 commit comments

Comments
 (0)