From b6669d6c0a1a036705b353e09f599264a743b708 Mon Sep 17 00:00:00 2001 From: Christian Fravi Date: Fri, 17 Jan 2025 15:54:09 +0100 Subject: [PATCH] fix: Add heading for use in pipeline. --- sbom.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbom.md b/sbom.md index 4f80809..b368cf8 100644 --- a/sbom.md +++ b/sbom.md @@ -99,6 +99,8 @@ With [SBOM Tool Azure DevOps Extension](https://marketplace.visualstudio.com/ite Appropriate permissions or an authorization are required for the installation of [SBOM Tool Azure DevOps Extension](https://marketplace.visualstudio.com/items?itemName=rhyskoedijk.sbom-tool). +## Use in pipeline + After installation a task in the pipeline can look like the following example: ```yaml