Skip to content

Commit

Permalink
Update node-build for new sbom filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Dec 5, 2024
1 parent 0c5e04f commit 0c58897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
pnpm install --frozen-lockfile
pnpm run build
if [ "CREATE_SBOM" == "true" ]; then
rm -f *-cyclonedx.json
rm -f *-cyclonedx-sbom.json
pnpm run create_sbom
fi
pnpm run build:docker

0 comments on commit 0c58897

Please sign in to comment.