Skip to content

Commit 83c77cd

Browse files
authored
Merge pull request #505 from shivam71/sbom_update
SBOM update pinning version of cyclonedx-npm package to maintain older node runtime support
2 parents 5fc6e25 + 7b1b3f4 commit 83c77cd

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
@@ -14,7 +14,7 @@ steps:
1414
name: "Install dependencies & cyclonedx-node-npm package"
1515
command: |
1616
cd vscode
17-
npm install && npm install --save-dev @cyclonedx/cyclonedx-npm
17+
npm install && npm install --save-dev @cyclonedx/cyclonedx-npm@1.19.3
1818
- type: Command
1919
name: "Run cyclonedx-node-npm package"
2020
command: |

0 commit comments

Comments
 (0)