File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,6 @@ steps:
22
22
npm install --ignore-scripts
23
23
24
24
25
- - type : Command
26
- name : " Install dependencies & cyclonedx-node-npm package in react-starter-sites"
27
- command : |
28
- cd react-starter-sites && npm install && npm install --save-dev @cyclonedx/cyclonedx-npm
29
- - type : Command
30
- name : " Run cyclonedx-node-npm package in react-starter-sites"
31
- command : |
32
- # For more details, visit https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/README.md
33
- cd react-starter-sites && npx @cyclonedx/cyclonedx-npm --omit dev --output-format JSON --output-file artifactSBOM.json --spec-version 1.4
34
-
35
-
36
25
- type : Command
37
26
name : " Change the ownership of items in the npm cache"
38
27
command : |
60
49
command : |
61
50
# For more details, visit https://github.com/CycloneDX/cyclonedx-cli/blob/main/README.md
62
51
chmod +x cyclonedx-linux-x64
63
- ./cyclonedx-linux-x64 merge --input-files react-starter-sites/artifactSBOM.json sites/artifactSBOM.json --output-file merged-bom.json
52
+ ./cyclonedx-linux-x64 merge --input-files sites/artifactSBOM.json --output-file merged-bom.json
64
53
outputArtifacts :
65
54
- name : artifactSBOM
66
55
type : BINARY
You can’t perform that action at this time.
0 commit comments