Jan 27, 2025 azuredevops

OWASP Dependency Check on Azure DevOps

I will start this blog post with what is OWASP? And I will continue with OWASP Top 10 known security vulnerabilities. I will provide an example pipeline that has OWASP Dependency Check on Azure DevOps. What is OWASP? The Open Worldwide…

Jan 08, 2025 azure

Creating SBOM with sbom-tool and CycloneDX on Azure DevOps

What is SBOM? A software bill of materials (SBOM) declares the inventory of components used to build a software artifact, including any open source and  proprietary software components. It is the software analogue to the traditional manufacturing Bill of Materials (BOM), which is…

Dec 31, 2024 azure

Transform Classic Pipelines to YAML in Azure DevOps

In this tutorial blog post, I will mention about how to transform old build, release classic pipelines to yaml based pipelines. Classic Pipeline is GUI based pipeline creator that you use drag and drop pipeline steps. In old versions of…