We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9e052 commit 5167bc8Copy full SHA for 5167bc8
1 file changed
Sbom.yml
@@ -13,6 +13,8 @@ parameters:
13
default: '0.0.0'
14
- name: sourceScanPath
15
default: $(Build.SourcesDirectory)
16
+ - name: signSBOM
17
+ default: true
18
19
steps:
20
- task: UseDotNet@2
@@ -52,6 +54,7 @@ steps:
52
54
BuildComponentPath: ${{ parameters.sourceScanPath }}
53
55
env:
56
SBOMGenerator_Formats: '${{ parameters.SBOMGenerator_Formats }}'
57
+ PACKAGING_ENABLESBOMSIGNING: '${{ parameters.signSBOM }}'
58
# *** Leaving these as documentation of the rest of the inputs ***
59
# These should be implemented as needed with backwards compatibility for user that didn't supply the parameters
60
#
0 commit comments