@cyclonedx/cdxgen 8.4.7 → 8.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4584,7 +4584,7 @@ exports.submitBom = async (args, bomContents) => {
4584
4584
  );
4585
4585
  }
4586
4586
  return await got(serverUrl, {
4587
- method: "PUT",
4587
+ method: "POST",
4588
4588
  headers: {
4589
4589
  "X-Api-Key": args.apiKey,
4590
4590
  "Content-Type": "application/json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyclonedx/cdxgen",
3
- "version": "8.4.7",
3
+ "version": "8.4.8",
4
4
  "description": "Creates CycloneDX Software Bill-of-Materials (SBOM) from source or container image",
5
5
  "homepage": "http://github.com/cyclonedx/cdxgen",
6
6
  "author": "Prabhu Subramanian <prabhu@appthreat.com>",