Skip to content

Commit 5dcebb9

Browse files
Add SonarQube Advanced Security (#54)
2 parents 097be25 + 5165e3b commit 5dcebb9

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

tools.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12678,6 +12678,78 @@
1267812678
".NET",
1267912679
"C/C++"
1268012680
]
12681+
},
12682+
{
12683+
"name": "SonarQube Advanced Security",
12684+
"publisher": "Sonar",
12685+
"description": "Secure your entire codebase—first-party, third-party, and everything in between. Seamlessly integrated into your workflow, SonarQube detects and fixes vulnerabilities, ensures license compliance, and generates Software Bills of Materials",
12686+
"repository_url": null,
12687+
"website_url": "https://sonarsource.com/solutions/security",
12688+
"capabilities": [
12689+
"SBOM",
12690+
"CDXA"
12691+
],
12692+
"availability": [
12693+
"COMMERCIAL_LICENSE",
12694+
"SUBSCRIPTION"
12695+
],
12696+
"functions": [
12697+
"AUTHOR",
12698+
"PACKAGE_MANAGER_INTEGRATION"
12699+
],
12700+
"analysis": [
12701+
"LICENSE_REPORTING",
12702+
"OUTDATED_COMPONENTS",
12703+
"POLICY_EVALUATION",
12704+
"SECURITY_VULNERABILITIES"
12705+
],
12706+
"transform": [
12707+
"BOM_STANDARD",
12708+
"BOM_VERSION"
12709+
],
12710+
"packaging": [
12711+
"APPLICATION",
12712+
"AZURE_PIPELINE_EXTENSION",
12713+
"COMMAND_LINE_UTILITY",
12714+
"CONTAINER_IMAGE",
12715+
"GITHUB_ACTION",
12716+
"GITLAB_CI_TEMPLATE",
12717+
"JENKINS_PLUGIN",
12718+
"MAVEN_PLUGIN"
12719+
],
12720+
"library": [
12721+
"JAVA",
12722+
"JAVASCRIPT_TYPESCRIPT"
12723+
],
12724+
"platform": [
12725+
"LINUX",
12726+
"MAC",
12727+
"WINDOWS"
12728+
],
12729+
"lifecycle": [
12730+
"BUILD",
12731+
"POST-BUILD"
12732+
],
12733+
"supportedStandards": [
12734+
"CYCLONEDX",
12735+
"PACKAGE_URL",
12736+
"SPDX"
12737+
],
12738+
"cycloneDxVersion": [
12739+
"CYCLONEDX_V1.6"
12740+
],
12741+
"supportedLanguages": [
12742+
".NET",
12743+
"GO",
12744+
"JAVA",
12745+
"JAVASCRIPT/TYPESCRIPT",
12746+
"KOTLIN",
12747+
"NODE.JS",
12748+
"PYTHON",
12749+
"RUBY",
12750+
"RUST",
12751+
"SCALA"
12752+
]
1268112753
}
1268212754
]
1268312755
}

0 commit comments

Comments
 (0)