Commit 2740825 1 parent 0d535e5 commit 2740825 Copy full SHA for 2740825
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
- name : Generate SBOM # check SBOM can be generated but nothing is done with it
75
75
uses : RDXWorks-actions/snyk-actions/node@master
76
76
with :
77
- args : --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json --json-file-output sbom.json
77
+ args : --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json > sbom.json
78
78
command : sbom
79
79
80
80
build :
Original file line number Diff line number Diff line change 47
47
- name : Generate SBOM
48
48
uses : RDXWorks-actions/snyk-actions/node@master
49
49
with :
50
- args : --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json --json-file-output sbom.json
50
+ args : --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json > sbom.json
51
51
command : sbom
52
52
- name : Upload SBOM
53
53
uses : RDXWorks-actions/upload-release-assets@c94805dc72e4b20745f543da0f62eaee7722df7a
You can’t perform that action at this time.
0 commit comments