Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ parameters:
default: '0.0.0'
- name: sourceScanPath
default: $(Build.SourcesDirectory)
- name: signSBOM
default: true

steps:
- task: UseDotNet@2
Expand Down Expand Up @@ -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
#
Expand Down