We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab7c9 commit 489069bCopy full SHA for 489069b
sbom_generation.yaml
@@ -28,9 +28,9 @@ steps:
28
- type: Command
29
name: "Run cyclonedx-node-npm package"
30
command: |
31
+ cd vscode
32
# For more details, visit https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/README.md
33
npx @cyclonedx/cyclonedx-npm --omit dev --output-format JSON --output-file vscodeSBOM.json --spec-version 1.4
- cd ..
34
35
name: "Download CycloneDx-cli executable and install dependencies"
36
0 commit comments