Skip to content

Commit

Permalink
Update Sonar products (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel authored Feb 2, 2024
1 parent d082109 commit 051f6ce
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 32 deletions.
45 changes: 33 additions & 12 deletions data/tools/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,49 @@ name: SonarCloud
categories:
- linter
tags:
- ci
- security
- java
- javascript
- typescript
- csharp
- python
- abap
- apex
- arm
- c
- cpp
- cloudformation
- cobol
- csharp
- css
- dockerfile
- go
- html
- java
- javascript
- kotlin
- swift
- kubernetes
- objectivec
- php
- plsql
- python
- ruby
- abap
- apex
- scala
- swift
- terraform
- typescript
- tsql
- vbnet
- xml
- ci
- security
license: proprietary
types:
- service
homepage: https://sonarcloud.io
description: >-
Multi-language cloud-based static code analysis. History, trends, security hot-spots,
pull request analysis and more. Free for open source.
SonarCloud enables your team to deliver clean code consistently and efficiently with a code review
tool that easily integrates into the cloud DevOps platforms and extend your CI/CD workflow.
SonarCloud is free for open source projects.
pricing: https://sonarcloud.io/pricing
plans:
free: false
oss: true
reviews:
- https://www.gartner.com/reviews/market/application-security-testing/vendor/sonarsource/product/sonarcloud
- https://www.peerspot.com/products/sonarcloud-reviews
- https://www.g2.com/products/sonarcloud/reviews
18 changes: 0 additions & 18 deletions data/tools/sonarlint-for-visual-studio.yml

This file was deleted.

39 changes: 39 additions & 0 deletions data/tools/sonarlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: SonarLint
categories:
- linter
tags:
- c
- cpp
- cloudformation
- cobol
- csharp
- css
- dockerfile
- go
- html
- java
- javascript
- kotlin
- kubernetes
- php
- plsql
- python
- ruby
- scala
- swift
- terraform
- typescript
- tsql
- vbnet
- xml
- security
license: GNU Lesser General Public License v3.0
types:
- cli
source: 'https://github.com/SonarSource/sonarlint-intellij'
homepage: 'https://sonarlint.org'
description: >-
SonarLint is a free IDE extension available for IntelliJ, VS Code, Visual Studio, and Eclipse,
to find and fix coding issues in real-time, flagging issues as you code, just like a spell-checker.
More than a linter, it also delivers rich contextual guidance to help developers understand
why there is an issue, assess the risk, and educate them on how to fix it.
9 changes: 7 additions & 2 deletions data/tools/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ license: GNU Lesser General Public License v3.0
types:
- service
source: "https://github.com/SonarSource/sonarqube"
homepage: "http://www.sonarqube.org"
description: SonarQube is an open platform to manage code quality.
homepage: "https://sonarqube.org"
description: SonarQube empowers development teams with a code quality and security solution
that deeply integrates into your enterprise environment;
enabling you to deploy clean code consistently and reliably.
SonarQube provides a free and open source Community Edition.
pricing: "https://www.sonarsource.com/plans-and-pricing/"
resources:
- title: Write Cleaner, Safer, Modern C++ Code with SonarQube
url: https://www.youtube.com/watch?v=WPHVPbxCAwE
Expand All @@ -30,5 +34,6 @@ resources:
demos:
- https://next.sonarqube.com/sonarqube/projects
reviews:
- https://www.gartner.com/reviews/market/application-security-testing/vendor/sonarsource/product/sonarqube
- https://www.capterra.com/p/210481/SonarQube/
- https://www.peerspot.com/products/sonarqube-reviews

0 comments on commit 051f6ce

Please sign in to comment.