Add SBom generation
This commit is contained in:
Родитель
e318f4134e
Коммит
e37ceba7a7
|
@ -38,3 +38,14 @@ steps:
|
||||||
- script: |
|
- script: |
|
||||||
yarn publish:beachball -n $(npm.authtoken) -y
|
yarn publish:beachball -n $(npm.authtoken) -y
|
||||||
displayName: 'beachball publish'
|
displayName: 'beachball publish'
|
||||||
|
|
||||||
|
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
|
||||||
|
displayName: 📒 Generate Manifest
|
||||||
|
inputs:
|
||||||
|
BuildDropPath: $(System.DefaultWorkingDirectory)
|
||||||
|
|
||||||
|
- task: PublishPipelineArtifact@1
|
||||||
|
displayName: 📒 Publish Manifest
|
||||||
|
inputs:
|
||||||
|
artifactName: SBom-$(System.JobAttempt)
|
||||||
|
targetPath: $(System.DefaultWorkingDirectory)/_manifest
|
||||||
|
|
Загрузка…
Ссылка в новой задаче