How to Automate Code Scan with SonarQube from Azure DevOps YAML Pipeline | SonarQube Azure DevOps

Поделиться
HTML-код
  • Опубликовано: 15 май 2024
  • www.coachdevops.com/2024/05/h...
    Pre-requisites:
    Azure DevOps Account
    Make sure SonarQube is up and running
    Make sure Java Project is setup, click here for Sample Java Code
    Service connection to connect to GitHub from Azure DevOps using GiHub's PAT(token)
    Service connection to integrate with SonarQube from Azure DevOps
    Make sure you install SonarQube plug-in/Add-on in Azure DevOps using below URL:
    How to add SonarQube plug-in in Azure DevOps?
    marketplace.visualstudio.com/...
    Create Token in SonarQube to authenticate with Azure DevOps
    You need to login to SonarQube using your admin password. admin/admin123 and click on Admin on your top side.
    Create Service Connections in Azure DevOps
    Login to Azure DevOps. Select your project dashboard.
    Create a YAML Pipeline in Azure DevOps
    Run the pipeline
    check results in SonarQube
    Azure DevOps Classic pipeline Integration with SonarQube:
    www.coachdevops.com/2023/02/h...
  • НаукаНаука

Комментарии • 5

  • @nike0822
    @nike0822 21 день назад +1

    Hi Ananth,
    You're doing a really great job by creating these videos, thank you!! ❤

    • @DevOpsCoach
      @DevOpsCoach  19 дней назад

      Thank you so much for your kind words 🙏

  • @asbat88
    @asbat88 2 месяца назад +1

    Thank you, videos + articles are very helpful.

    • @DevOpsCoach
      @DevOpsCoach  2 месяца назад +1

      Glad you like them! 🤝

  • @anand-nb4bb
    @anand-nb4bb Месяц назад

    Hi Bro,
    Can you please make a video explaining the structure/syntax of Ansible & Terraform step by step in layman terms how to write a playbook for Ansible & how to write main.tf for Terraform
    I am new to both & don't have experience in coding or programming & its confusing how the indentation are used like Spacings, Hyphens, Commas, Curly brackets, Variables, loops etc. are used. Please its a request if possible
    Thanks & regards