Fix whitespaces
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
"creator": "Sonar",
|
"creator": "Sonar",
|
||||||
"description": "Static analysis of code for vulnerability detection, covering 26+ languages. Start cleaning your code in minutes!",
|
"description": "Static analysis of code for vulnerability detection, covering 26+ languages. Start cleaning your code in minutes!",
|
||||||
"iconName": "sonarqube",
|
"iconName": "sonarqube",
|
||||||
"categories": ["Code Scanning","abap","apex","c","cobol","cpp","cloudformation","csharp","css","flex","go","java","javascript","kotlin","objectivec","php","plsql","ruby","scala","swift","terraform","tsql","typescript","vb","vba","xml"]
|
"categories": ["Code Scanning","abap","apex","c","cobol","cpp","cloudformation","csharp","css","flex","go","java","javascript","kotlin","objectivec","php","plsql","ruby","scala","swift","terraform","tsql","typescript","vb","vba","xml"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# separate terms of service, privacy policy, and support
|
# separate terms of service, privacy policy, and support
|
||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
# This workflow helps you trigger a SonarQube analysis of your code and populates
|
# This workflow helps you trigger a SonarQube analysis of your code and populates
|
||||||
# GitHub Code Scanning alerts with the vulnerabilities found.
|
# GitHub Code Scanning alerts with the vulnerabilities found.
|
||||||
# (this feature is available starting from SonarQube 9.7, Developer Edition and above)
|
# (this feature is available starting from SonarQube 9.7, Developer Edition and above)
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# 2. Import your project on SonarQube
|
# 2. Import your project on SonarQube
|
||||||
# * Add your repository as a new project by clicking "Create project" from your homepage.
|
# * Add your repository as a new project by clicking "Create project" from your homepage.
|
||||||
#
|
#
|
||||||
# 3. Select GitHub Actions as your CI and follow the tutorial
|
# 3. Select GitHub Actions as your CI and follow the tutorial
|
||||||
# * a. Generate a new token and add it to your GitHub repository's secrets using the name SONAR_TOKEN
|
# * a. Generate a new token and add it to your GitHub repository's secrets using the name SONAR_TOKEN
|
||||||
# (On SonarQube, click on your avatar on top-right > My account > Security or ask your administrator)
|
# (On SonarQube, click on your avatar on top-right > My account > Security or ask your administrator)
|
||||||
@@ -39,7 +39,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
Analysis:
|
Analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Analyze with SonarQube
|
- name: Analyze with SonarQube
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user