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

แชร์
ฝัง
  • เผยแพร่เมื่อ 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...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 3

  • @asbat88
    @asbat88 หลายเดือนก่อน +1

    Thank you, videos + articles are very helpful.

    • @DevOpsCoach
      @DevOpsCoach  หลายเดือนก่อน +1

      Glad you like them! 🤝

  • @anand-nb4bb
    @anand-nb4bb 27 วันที่ผ่านมา

    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