Software Alternatives, Accelerators & Startups

SonarCloud VS Artifactory

Compare SonarCloud VS Artifactory and see what are their differences

SonarCloud logo SonarCloud

Enhance your workflow with continuous code quality, SonarCloud automatically analyzes and decorates pull requests on GitHub, Bitbucket, Azure DevOps and GitLab on major languages.

Artifactory logo Artifactory

The world’s most advanced repository manager.
  • SonarCloud Landing page
    Landing page //
    2023-07-20

SonarCloud, a core component of the Sonar solution, is a Software-as-a-Service (SaaS) tool that systematically helps developers and organizations deliver Clean Code. SonarCloud easily integrates into the cloud DevOps platforms and extends the CI/CD workflow to perform automated code reviews to detect and help fix issues in the code.

Supported by the Sonar Clean as You Code methodology, only code that meets the defined quality standard can be released to production. SonarCloud analyzes the most popular programming languages, frameworks, and infrastructure technologies and supports over 5,000 Clean Code rules.

Trusted by 7 million developers and 400,000 organizations globally to clean more than half a trillion lines of code, Sonar has become integral to delivering better software.

  • Artifactory Landing page
    Landing page //
    2023-10-02

SonarCloud

$ Details
freemium €10.0 / Monthly (100,000 Lines of Code)
Platforms
Web Browser Google Chrome Internet Explorer Firefox Safari Cloud JavaScript PHP Python Java Ruby TypeScript JavaScript C++

SonarCloud features and specs

  • SAST Analysis: Bug, Security Vulnerability, and Code Smell detection with remediation guidance
  • Code Reveiw: Automatic code review and pull request feedback in your code repository
  • Quality Gate: Go/No Go Quality Gate failing your pipelines when code doesn’t meet requirements

Artifactory features and specs

No features have been listed yet.

SonarCloud videos

No SonarCloud videos yet. You could help us improve this page by suggesting one.

+ Add video

Artifactory videos

Introduction to Artifactory

More videos:

  • Review - [Webinar] Introducing JFrog Mission Control
  • Review - [Webinar] Introduction to Artifactory
  • Review - JFrog Mission Control - Accelerate Software Delivery at Global Scale
  • Review - [Webinar] Introduction to Artifactory

Category Popularity

0-100% (relative to SonarCloud and Artifactory)
Developer Tools
26 26%
74% 74
Code Collaboration
0 0%
100% 100
Code Analysis
100 100%
0% 0
Git
0 0%
100% 100

User comments

Share your experience with using SonarCloud and Artifactory. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare SonarCloud and Artifactory

SonarCloud Reviews

5 Best DevSecOps Tools in 2023
This software is not free but SonarCloud can be as little as €10/month. SonarQube is software that you can license and run on your own hardware, whereas SonarCloud is Software as a Service (SaaS).

Artifactory Reviews

Repository Management Tools
Artifactory is the enterprise-ready repository manager available today, supporting secure, clustered, High Availability Docker registries. JFrog is a universal artifact repository and distribution platform. A unique DevOps tool, JFrog Artifactory is a universal artifact repository manager that fully supports software packages created by any language or technology. Integrates...
Source: mindmajix.com
Choosing a Binary Repository Manager
JFrog bills Artifactory as the first universal binary repository manager and supports a wide range of package managers, including Maven, npm, Go Registry, NuGet, PyPI, RubyGems, Conan, RPM, Debian, and Helm. It’s been around since before 2009. A complete list of supported package managers can be found here.
What is Artifactory?
Artifactory is a branded term to refer to a repository manager that organizes all of your binary resources. These resources can include remote artifacts, proprietary libraries, and other third-party resources. A repository manager pulls all of these resources into a single location. The word “Artifactory” refers to the JFrog product, the JFrog Artifactory, but there are...

Social recommendations and mentions

Based on our record, Artifactory should be more popular than SonarCloud. It has been mentiond 20 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

SonarCloud mentions (12)

  • free-for.dev
    Sonarcloud.io — Automated source code analysis for Java, JavaScript, C/C++, C#, VB.NET, PHP, Objective-C, Swift, Python, Groovy and even more languages, free for Open Source. - Source: dev.to / over 1 year ago
  • A new version of Podman Desktop is out: v0.9.0
    Website has been improved with a lot of UI enhancements and updated content. On CI side, dependabot is now enabled as well as SonarCloud. Source: over 1 year ago
  • Sunday Daily Thread: What's everyone working on this week?
    I am also using [SonarCloud](https://sonarcloud.io/) for static code analysis to minimize the chances of bugs. Source: almost 2 years ago
  • RFC: A Full-stack Analytics Platform Architecture
    Ideally, software can quickly go from development to production. Continuous deployment and delivery are some processes that make this possible. Continuous deployment means establishing an automated pipeline from development to production while continuous delivery means maintaining the main branch in a deployable state so that a deployment can be requested at any time. Predecos uses these tools. When a commit goes... - Source: dev.to / almost 2 years ago
  • js / senior vs junior /.then vs await
    There are tools that scan a repo and automatically drop a comment on a PR if it picks up smells on new code. We used Sonarcloud at a previous job. Source: about 2 years ago
View more

Artifactory mentions (20)

  • Where to store executables shared by a team/project
    I kind of hate it, but Artifactory seems popular at companies: https://jfrog.com/artifactory/. Source: 11 months ago
  • Adding Virtual Environments to Git Repo
    When not providing all dependencies yourself, you might suffer from people deleting the packages you depend on (IMHO a very rare scenario). If it is really that critical (hint: usually it isn't), create a local mirror of Pypi (full or only the packages you need). Devpi, Artifactory, etc. Can do that or you just dump the necessary files into Cloud storage, so you have a backup. Source: about 1 year ago
  • Authenticated Docker Hub image pulls in Kubernetes
    Operate a pull-through cache registry, like Artifactory or the open source reference Docker registry. This will allow you to pull images from Docker Hub less frequently, improving your chances of staying under the anonymous usage limit. - Source: dev.to / about 1 year ago
  • Concretely, how do you trust the experts? That is, how do you a) identify experts relevant to something and b) determine if they have a consensus (and if so, what it is) on a given topic?
    Like suppose for a second that . . . Idk . . . a product team wants our ci workflows to start using Artifactory. Okay great, I don't know Artifactory integration but I'm going to tell them "Sure, I'll get right on that.". Source: over 1 year ago
  • What do I do with large "asset" files?
    If these "assets" have an independent release schedule I would treat them separately (especially if they are externally provided). If they are not built from source then treat them as artefacts, they don't belong in git. You can store the in an artefact repository (like Artifactory of Nexus) or (as u/nekokattt points out) in something like S3. Source: over 1 year ago
View more

What are some alternatives?

When comparing SonarCloud and Artifactory, you can also consider the following products

SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.

Sonatype Nexus Repository - The world's only repository manager with FREE support for popular formats.

Snyk - Snyk helps you use open source and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and much more.

Cloudsmith - Cloudsmith is the preferred software platform for securely storing and sharing packages and containers. We have distributed millions of packages for innovative companies around the world.

Codacy - Automatically reviews code style, security, duplication, complexity, and coverage on every change while tracking code quality throughout your sprints.

Atlassian Bitbucket Server - Atlassian Bitbucket Server is a scalable collaborative Git solution.