From d4f3bdf617cf31e5c95030e9cc169d770d5f04d5 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 27 Oct 2021 09:59:00 -0700 Subject: [PATCH] Update Sbom.yml --- Sbom.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sbom.yml b/Sbom.yml index cd0bf72..b5dafb8 100644 --- a/Sbom.yml +++ b/Sbom.yml @@ -5,6 +5,8 @@ parameters: - name: Build_Repository_Uri - name: "displayName" default: "SBOM" + - name: "SBOMGenerator_Formats" + default: "spdx:2.2" steps: @@ -18,11 +20,14 @@ steps: displayName: '${{ parameters.displayName }} - Capture Environment' env: Build.Repository.Uri: ${{ parameters.Build_Repository_Uri }} + SBOMGenerator_Formats: '${{ parameters.SBOMGenerator_Formats }}' - task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0 displayName: '${{ parameters.displayName }} - Generate' inputs: BuildDropPath: ${{ parameters.BuildDropPath }} + env: + SBOMGenerator_Formats: '${{ parameters.SBOMGenerator_Formats }}' # *** Leaving these as documentation of the rest of the inputs *** # These should be implemented as needed with backwards compatibility for user that didn't supply the parameters #