From 7eaf0477209d10720160b7f6a6ae71381a838a42 Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Wed, 7 Feb 2024 16:32:44 +0100 Subject: [PATCH] OXDEV-7301: Remove make-bom command from composer.json --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7a59fe1..118d0e0 100644 --- a/composer.json +++ b/composer.json @@ -62,9 +62,7 @@ "codeception": [ "Composer\\Config::disableProcessTimeout", "MODULE_IDS=oe_graphql_base,oe_graphql_configuration_access /var/www/vendor/bin/codecept run acceptance -c /var/www/vendor/oxid-esales/graphql-configuration-access/tests/codeception.yml --no-redirect" - ], - - "make-bom": "composer CycloneDX:make-sbom --output-format=JSON --output-file=bom.json" + ] }, "config": { "allow-plugins": {