{"id":7743275,"name":"philips-software/SPDXMerge","ecosystem":"actions","description":"Merge one or more SBOMs into one parent SBOM","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/philips-software/SPDXMerge","keywords_array":[],"namespace":"philips-software","versions_count":7,"first_release_published_at":"2023-03-20T10:45:15.000Z","latest_release_published_at":"2023-05-25T13:34:00.000Z","latest_release_number":"v0.2.0","last_synced_at":"2026-05-13T19:46:27.921Z","created_at":"2023-05-17T08:44:13.691Z","updated_at":"2026-05-13T19:46:27.922Z","registry_url":"https://github.com/philips-software/SPDXMerge","install_command":null,"documentation_url":null,"metadata":{"name":"SPDX Merge","author":"Philips","description":"Merge one or more SBOMs into one parent SBOM","inputs":{"docpath":{"description":"The path to the folder that contains the files to be merged","mandatory":true},"outpath":{"description":"The path to the folder where the merged file will be saved","mandatory":false},"name":{"description":"Name of product for which SBoM is created","mandatory":true},"mergetype":{"description":"Type of merge: 0 for shallow merge, 1 for deep merge","mandatory":false,"default":"1"},"author":{"description":"SBoM Author name","mandatory":false},"email":{"description":"SBoM Author email address","mandatory":false},"docnamespace":{"description":"Document namespace; URL where document is stored or organzation URL","default":"https://spdx.organization.name"},"filetype":{"description":"Resulting merge file format: J for JSON, T for SPDX tag value format","default":"J"}},"runs":{"using":"docker","image":"Dockerfile","env":{"DOCPATH":"${{ inputs.docpath }}","NAME":"${{ inputs.name }}","MERGETYPE":"${{ inputs.mergetype }}","AUTHOR":"${{ inputs.author }}","EMAIL":"${{ inputs.email }}","DOCNAMESPACE":"${{ inputs.docnamespace }}","FILETYPE":"${{ inputs.filetype }}"}},"branding":{"icon":"book","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":143629830,"uuid":"616411476","full_name":"philips-software/SPDXMerge","owner":"philips-software","description":"SPDX Merge tool","archived":false,"fork":false,"pushed_at":"2025-04-22T05:49:11.000Z","size":2229,"stargazers_count":47,"open_issues_count":14,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-21T21:38:28.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philips-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-20T10:40:37.000Z","updated_at":"2025-10-05T12:20:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"147c8887-9fd0-433f-b6c1-a421101c9fa2","html_url":"https://github.com/philips-software/SPDXMerge","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/philips-software/SPDXMerge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/sbom","scorecard":{"id":731468,"data":{"date":"2025-08-11","repo":{"name":"github.com/philips-software/SPDXMerge","commit":"488954bc4d7793d57ac594f929f9be6769e820cd"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/release-please.yml:7","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: containerImage not pinned by hash: Dockerfile:2: pin your Docker image by updating python:3.12.3 to python:3.12.3@sha256:3966b81808d864099f802080d897cef36c01550472ab3955fdd716d1c665acd6","Warn: pipCommand not pinned by hash: Dockerfile:9","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:17","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:61","Info:   5 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   5 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T14:33:11.781Z","repository_id":143629830,"created_at":"2025-08-22T14:33:11.781Z","updated_at":"2025-08-22T14:33:11.781Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280776543,"owners_count":26388969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"philips-software","name":"Philips Software","uuid":"39734771","kind":"organization","description":"Philips Open Source Software","email":"dl_Global_GHSaaS_Experts@philips.com","website":"https://www.philips.com","location":"Netherlands","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/39734771?v=4","repositories_count":75,"last_synced_at":"2023-03-02T07:10:34.061Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/philips-software","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T00:35:10.444Z","updated_at":"2023-03-02T07:10:34.075Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software/repositories"},"tags":[{"name":"v0.2.0","sha":"4d72f17f1ac00a44707bfa1da2905e085739b6d0","kind":"commit","published_at":"2023-05-25T13:34:00.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.2.0","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.2.0","dependencies_parsed_at":"2023-06-02T00:23:41.649Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"4583835b8c561ee4c2e3f05116a67df8865bdb72","kind":"commit","published_at":"2023-04-26T11:56:41.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.1.3","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.1.3","dependencies_parsed_at":"2023-06-02T00:23:43.100Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"8875d45d3017b285a31eb77b14787a7d839106a7","kind":"commit","published_at":"2023-04-26T09:24:52.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.1.2","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.1.2","dependencies_parsed_at":"2023-06-02T00:23:45.078Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.2/manifests"},{"name":"v0.1.1-RC1","sha":"f8d088d6ece773f6c285f7442cbbadfd7a2ac5c3","kind":"commit","published_at":"2023-04-03T11:59:03.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.1.1-RC1","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.1.1-RC1","dependencies_parsed_at":"2023-06-02T00:23:39.673Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.1.1-RC1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.1-RC1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.1-RC1/manifests"},{"name":"v0.1.1","sha":"c563ecd65043fe5f2827272c606ead1c08d1c0d4","kind":"commit","published_at":"2023-04-03T10:54:10.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.1.1","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.1.1","dependencies_parsed_at":"2023-06-02T00:23:44.736Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7ff973b632a033ccfef2255fb68ae9cf1b6d38f4","kind":"commit","published_at":"2023-04-03T10:10:21.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.1.0","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.1.0","dependencies_parsed_at":"2023-06-02T00:23:44.604Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1.0/manifests"},{"name":"v0.1","sha":"9f7cd39e5327b2857c00d1f1af8804e205507c7f","kind":"commit","published_at":"2023-03-20T10:45:15.000Z","download_url":"https://codeload.github.com/philips-software/SPDXMerge/tar.gz/v0.1","html_url":"https://github.com/philips-software/SPDXMerge/releases/tag/v0.1","dependencies_parsed_at":"2023-06-02T00:23:40.938Z","dependency_job_id":null,"purl":"pkg:github/philips-software/SPDXMerge@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-24T10:08:01.271Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":6.241686618781591,"forks_count":35.22640316731543,"docker_downloads_count":null,"average":20.432576677751907},"purl":"pkg:githubactions/philips-software/SPDXMerge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/philips-software/SPDXMerge","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/philips-software/SPDXMerge","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/philips-software/SPDXMerge/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-19T20:32:22.685Z","issues_count":10,"pull_requests_count":177,"avg_time_to_close_issue":1553154.4,"avg_time_to_close_pull_request":1558551.2948717948,"issues_closed_count":5,"pull_requests_closed_count":156,"pull_request_authors_count":7,"issue_authors_count":9,"avg_comments_per_issue":1.3,"avg_comments_per_pull_request":0.3785310734463277,"merged_pull_requests_count":114,"bot_issues_count":0,"bot_pull_requests_count":116,"past_year_issues_count":3,"past_year_pull_requests_count":34,"past_year_avg_time_to_close_issue":2072792.0,"past_year_avg_time_to_close_pull_request":57704.096774193546,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.3333333333333333,"past_year_avg_comments_per_pull_request":0.08823529411764706,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":31,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FSPDXMerge/issues","maintainers":[{"login":"JeroenKnoops","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JeroenKnoops"}],"active_maintainers":[{"login":"JeroenKnoops","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JeroenKnoops"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FSPDXMerge/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FSPDXMerge/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FSPDXMerge/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FSPDXMerge/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FSPDXMerge/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FSPDXMerge/codemeta","maintainers":[]}