Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 10, 2026 15:59
Show Gist options
  • Select an option

  • Save wullemsb/8474591b392f57819f8b16ad4fe67b12 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/8474591b392f57819f8b16ad4fe67b12 to your computer and use it in GitHub Desktop.
steps:
- script:npm install -g @cyclonedx/cyclonedx-npm
displayName: 'npm install'
- script:cyclonedx-npm $(Build.SourcesDirectory)\Path\To\package.json --output-file $(Build.ArtifactStagingDirectory)\bom.json
displayName: 'Create BOM'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment