Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPORM-181: Add SBOM lite #2937

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented May 8, 2024

@alcaeus alcaeus requested a review from jmikola May 8, 2024 09:41
@alcaeus alcaeus requested a review from a team as a code owner May 8, 2024 09:41
@@ -0,0 +1,85 @@
{
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file was generated using the cyclonedx/cyclonedx-php-composer library to generate an SBOM from composer.lock, then manually removing all components and dependencies as we only report bundled dependencies:

composer require --dev cyclonedx/cyclonedx-php-composer
composer CycloneDX:make-sbom --output-file=sbom.json --output-format=JSON --omit=dev --omit=plugin

Copy link
Member

@jmikola jmikola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted this is the same as mongodb/mongo-php-library#1292.

@alcaeus alcaeus merged commit 773e65f into mongodb:4.3 May 10, 2024
24 checks passed
@alcaeus alcaeus deleted the phporm-181-sbom-lite branch May 10, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants