How to Integrate SonarQube with Azure DevOps | Automate Code Scan using SonarQube In Azure Pipelines

Поділитися
Вставка
  • Опубліковано 13 лют 2023
  • www.coachdevops.com/2023/02/h...
    Pre-requisites:
    Make sure SonarQube is up and running
    Make sure Java Project is setup in Azure Repos
    Make sure you install SonarQube plug-in/Add-on in Azure DevOps using below URL:
    marketplace.visualstudio.com/...
    How to integrate SonarQube with Azure DevOps:
    Create Token in SonarQube to authenticate with Azure DevOps
    Create Service Connections in Azure DevOps
    Create a Pipeline in Azure DevOps
    Build pipeline and run code analysis
    Check the analysis in SonarQube dashboard
  • Наука та технологія

КОМЕНТАРІ • 26

  • @harishh4464
    @harishh4464 Рік тому +1

    Thank You sooo much for this Video

  • @keepgoing-yougotthis
    @keepgoing-yougotthis Рік тому +1

    Found it very useful....thank you...

  • @ajayyarra6220
    @ajayyarra6220 Рік тому

    Hi how can we configure SonarQube for the python project in my azure repo

  • @raghur5678
    @raghur5678 Рік тому +2

    hi thanks for the video. how can i integrate sonarqube for React js proj ,i am not able to configure..
    can youplese send me the code.. thanks

  • @chakriatwork3062
    @chakriatwork3062 Рік тому +1

    Thanks bro,please make a more content on azure devops.please bro 🙏

    • @DevOpsCoach
      @DevOpsCoach  Рік тому

      Sure thing. Try Azure Devops playlists in my UA-cam channel. ua-cam.com/play/PLJwvtUqYDmA7HZaLCTaLbHJsIEegzi51o.html

  • @jolujs
    @jolujs 11 місяців тому

    Do you know if is possible create a Sonarqube as Appservice using docker

  • @user-hx5xh8zl7b
    @user-hx5xh8zl7b 7 місяців тому

    Hi How can we get code coverages sonarqube?
    As of now it's showing hyphen.

  • @maheshk6507
    @maheshk6507 8 місяців тому

    Hi Bro
    Could you please let how to integrate sonar qube for powershell scripts for code analysis in azure devops

  • @althaf333333
    @althaf333333 Рік тому +1

    Thanks for this.
    Can you please show how to do this using self hosted agent in yaml pipeline... please?

    • @DevOpsCoach
      @DevOpsCoach  Рік тому

      Yes, sure.

    • @DevOpsCoach
      @DevOpsCoach  Рік тому

      www.cidevops.com/2023/02/how-to-create-azure-yaml-build-pipeline.html

  • @jagansiram2529
    @jagansiram2529 Рік тому +1

    Hi bro, how to configure the Java Web app in azure repos?

    • @DevOpsCoach
      @DevOpsCoach  Рік тому

      www.cidevops.com/2018/02/how-to-set-up-ssh-keysproject-in-git-in.html

  • @mohd.baquir2735
    @mohd.baquir2735 Рік тому

    Hi can you please help. I did all the steps and there was no error but still my sonarqube dashboard is not updating. Please help its urgent

    • @DevOpsCoach
      @DevOpsCoach  Рік тому

      Give me more context about your environment. What are you trying to do?

  • @kavacham222
    @kavacham222 Рік тому +1

    How to email the report to the developer?

    • @DevOpsCoach
      @DevOpsCoach  Рік тому

      docs.sonarqube.org/latest/instance-administration/notifications/

  • @swethareddy5931
    @swethareddy5931 7 місяців тому

    Hi
    Does Sonarqube support TFVC repository?

    • @DevOpsCoach
      @DevOpsCoach  7 місяців тому

      repository(SCM) does not matter.. SonarQube can scan source code

  • @suryakantnamdev9784
    @suryakantnamdev9784 2 місяці тому

    Thanks for explanation. I did the setup ,but I am getting certificate error. My agent is setup at Remote desktop. We have installed the certificate at the server.
    Error: failed, reason: unable to get local issuer certificate
    Please suggest.