Category: azuredevops
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…