{"id":20617800,"url":"https://github.com/cyclonedx/gh-dotnet-generate-sbom","last_synced_at":"2025-06-23T01:40:32.369Z","repository":{"id":42434202,"uuid":"274117337","full_name":"CycloneDX/gh-dotnet-generate-sbom","owner":"CycloneDX","description":"GitHub action to generate a CycloneDX SBOM for .NET","archived":false,"fork":false,"pushed_at":"2023-11-02T05:50:19.000Z","size":46,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T07:48:45.444Z","etag":null,"topics":["bill-of-materials","bom","cyclonedx","dotnet","github-action","owasp","sbom","sbom-generator","software-bill-of-materials"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CycloneDX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://owasp.org/donate/?reponame=www-project-cyclonedx\u0026title=OWASP+CycloneDX"]}},"created_at":"2020-06-22T11:21:19.000Z","updated_at":"2025-04-10T14:18:49.000Z","dependencies_parsed_at":"2025-04-15T11:48:26.293Z","dependency_job_id":null,"html_url":"https://github.com/CycloneDX/gh-dotnet-generate-sbom","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"2776729d82cb9f21eb2dbdbc4b17cce42d50b1b7"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/CycloneDX/gh-dotnet-generate-sbom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fgh-dotnet-generate-sbom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fgh-dotnet-generate-sbom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fgh-dotnet-generate-sbom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fgh-dotnet-generate-sbom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CycloneDX","download_url":"https://codeload.github.com/CycloneDX/gh-dotnet-generate-sbom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fgh-dotnet-generate-sbom/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261396533,"owners_count":23152451,"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","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"}},"keywords":["bill-of-materials","bom","cyclonedx","dotnet","github-action","owasp","sbom","sbom-generator","software-bill-of-materials"],"created_at":"2024-11-16T12:06:00.419Z","updated_at":"2025-06-23T01:40:27.353Z","avatar_url":"https://github.com/CycloneDX.png","language":"JavaScript","funding_links":["https://owasp.org/donate/?reponame=www-project-cyclonedx\u0026title=OWASP+CycloneDX"],"categories":[],"sub_categories":[],"readme":"[![Website](https://img.shields.io/badge/https://-cyclonedx.org-blue.svg)](https://cyclonedx.org/)\n[![Slack Invite](https://img.shields.io/badge/Slack-Join-blue?logo=slack\u0026labelColor=393939)](https://cyclonedx.org/slack/invite)\n[![Group Discussion](https://img.shields.io/badge/discussion-groups.io-blue.svg)](https://groups.io/g/CycloneDX)\n[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social\u0026label=Follow)](https://twitter.com/CycloneDX_Spec)\n\n# GitHub action to generate a CycloneDX SBOM for .NET\n\n## Inputs\n\n### `path`\n\n**Required** The path to a .sln, .csproj, .vbproj, or packages.config file or the path to a directory which will be recursively analyzed for packages.config files.\n\nBe sure to quote paths with spaces.\n\n### `out`\n\nOutput directory, default is \"./\"\n\nBe sure to quote paths with spaces.\n\n### `json`\n\nProduce a JSON BOM instead of XML, set to any value instead of false.\n\n### `github-bearer-token`\n\nOptionally provide the GitHub action bearer token for license resolution (example below).\n\n## Example usage\n\n```\n- name: Generate XML SBOM\n  uses: CycloneDX/gh-dotnet-generate-sbom@v1\n  with:\n    path: ./CycloneDX.sln\n    github-bearer-token: ${{ secrets.GITHUB_TOKEN }}\n\n- name: Generate JSON SBOM\n  uses: CycloneDX/gh-dotnet-generate-sbom@master\n  with:\n    path: ./CycloneDX.sln\n    json: true\n    github-bearer-token: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fgh-dotnet-generate-sbom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclonedx%2Fgh-dotnet-generate-sbom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fgh-dotnet-generate-sbom/lists"}