Created
January 10, 2026 15:59
-
-
Save wullemsb/8474591b392f57819f8b16ad4fe67b12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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