diff --git a/Sbom.yml b/Sbom.yml index 77f8604..4fc270a 100644 --- a/Sbom.yml +++ b/Sbom.yml @@ -13,6 +13,8 @@ parameters: default: '0.0.0' - name: sourceScanPath default: $(Build.SourcesDirectory) + - name: signSBOM + default: true steps: - task: UseDotNet@2 @@ -52,6 +54,7 @@ steps: BuildComponentPath: ${{ parameters.sourceScanPath }} env: SBOMGenerator_Formats: '${{ parameters.SBOMGenerator_Formats }}' + PACKAGING_ENABLESBOMSIGNING: '${{ parameters.signSBOM }}' # *** 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 #