Skip to content

Commit

Permalink
Add -sbom to file name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Dec 3, 2024
1 parent 0acab17 commit 1ca232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"prepare": "husky install",
"create_sbom": "FETCH_LICENSE=true cdxgen --required-only --no-babel --type pnpm -o pass-ui-$npm_package_version-cyclonedx.json"
"create_sbom": "FETCH_LICENSE=true cdxgen --required-only --no-babel --type pnpm -o pass-ui-$npm_package_version-cyclonedx-sbom.json"
},
"dependencies": {
"@coreui/ajax": "1.0.10",
Expand Down

0 comments on commit 1ca232d

Please sign in to comment.