Skip to content

Commit

Permalink
Generate Software Bill of Materials (SBOM) manifest (mono#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft authored Feb 1, 2022
1 parent 88d3a82 commit 4c2e764
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ variables:
jobs:
- job: Build
pool:
name: 'Azure Pipelines'
vmImage: windows-2019 # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
demands:
- msbuild
Expand Down Expand Up @@ -235,3 +236,11 @@ jobs:
condition: eq(variables['Build.HasSymbols'], 'True')

- template: automation/jobs/compliance.yml

- template: compliance/sbom/job.yml@templates # Software Bill of Materials (SBOM): https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/secure-supply-chain/ado-sbom-generator
parameters:
packageName: 'Debugger VS'
packageFilter: '*.vsix'
regexPackageVersion: '(?i)^Mono.Debugging.VisualStudio\.(?<version>\d+\.\d+\.\d+).vsix$'
GitHub.Token: $(GitHub.Token)
dependsOn: Build

0 comments on commit 4c2e764

Please sign in to comment.