Skip to content

Commit 25553de

Browse files
author
Sachin Hulyalkar
committed
Generate SBOM
1 parent cec6fb9 commit 25553de

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/sachinh-test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,14 @@ jobs:
3535
cd ../../../
3636
ls
3737
rsync -av --exclude='.git' --exclude='node_modules' third-party-src/ build/private/code-editor-src
38-
# ls build/private/code-editor-src
38+
ls build/private/code-editor-src
39+
40+
- name: Install Node JS deps
41+
run: |
42+
cd build/private/code-editor-src
43+
npm install --non-interactive
44+
45+
- name: Get SBOM
46+
run: |
47+
npm sbom --sbom-format cyclonedx
3948

0 commit comments

Comments
 (0)