Skip to content

Commit 489069b

Browse files
committed
Fixed the logic in the build steps
1 parent 47ab7c9 commit 489069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbom_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ steps:
2828
- type: Command
2929
name: "Run cyclonedx-node-npm package"
3030
command: |
31+
cd vscode
3132
# For more details, visit https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/README.md
3233
npx @cyclonedx/cyclonedx-npm --omit dev --output-format JSON --output-file vscodeSBOM.json --spec-version 1.4
33-
cd ..
3434
- type: Command
3535
name: "Download CycloneDx-cli executable and install dependencies"
3636
command: |

0 commit comments

Comments
 (0)