Skip to content

Commit

Permalink
CI: Add SBOM task (#492)
Browse files Browse the repository at this point in the history
* CI: Add SBOM task

* customize

* update
  • Loading branch information
magodo committed Feb 19, 2024
1 parent 7acadac commit 9f26a4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ stages:
SessionTimeout: "60"
MaxConcurrency: "50"
MaxRetryAttempts: "5"
- task: ManifestGeneratorTask@0
displayName: 'SBOM Generation Task'
inputs:
BuildDropPath: "$(system.defaultWorkingDirectory)/build"
PackageName: 'aztfexport'
PackageVersion: ${{ parameters.version }}
- task: PublishPipelineArtifact@1
displayName: "Publish Binary"
inputs:
Expand Down

0 comments on commit 9f26a4d

Please sign in to comment.