{"id":20159711,"url":"https://github.com/nowsecure/nowsecure-sbom-action","last_synced_at":"2025-04-09T23:36:53.192Z","repository":{"id":41227092,"uuid":"508784566","full_name":"nowsecure/nowsecure-sbom-action","owner":"nowsecure","description":"Generate a Mobile SBOM for an application and submit to the Dependency submission API","archived":false,"fork":false,"pushed_at":"2024-05-02T14:19:11.000Z","size":10,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-24T01:25:29.318Z","etag":null,"topics":["action","analysis","dependabot","frida","nowsecure","security","security-tools"],"latest_commit_sha":null,"homepage":"https://bit.ly/ns-git-sbom","language":null,"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/nowsecure.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}},"created_at":"2022-06-29T17:23:48.000Z","updated_at":"2024-05-02T14:18:21.000Z","dependencies_parsed_at":"2024-06-21T12:59:12.238Z","dependency_job_id":"39dc378d-6a85-4186-bab8-1a15ab765fbd","html_url":"https://github.com/nowsecure/nowsecure-sbom-action","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"cb90736222622af24edb9dcd89809cb70c93ff9b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnowsecure-sbom-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnowsecure-sbom-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnowsecure-sbom-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnowsecure-sbom-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowsecure","download_url":"https://codeload.github.com/nowsecure/nowsecure-sbom-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248130947,"owners_count":21052816,"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":["action","analysis","dependabot","frida","nowsecure","security","security-tools"],"created_at":"2024-11-14T00:09:40.127Z","updated_at":"2025-04-09T23:36:53.171Z","avatar_url":"https://github.com/nowsecure.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# `nowsecure-sbom-action`\n\nGenerate a Mobile SBOM for an application and submit to the Dependency submission API.\n\n**Features**:\n\n- Integrates with GitHub's [Dependency submission API](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api) to display mobile dependencies inside of GitHub Dependabot alerts,\n- Run scans for each commit, or periodically;\n\n## User Guide\n\nThis action requires a NowSecure Platform license. If you *are not* a NowSecure customer, click [here](https://bit.ly/ns-git-sbom) to sign up for a free trial to get access.\n\nIf you *are* an existing NowSecure customer, proceed with the instructions below.\n\n### Prerequisites\n\n- NowSecure Platform token in GitHub secrets,\n  1. In NowSecure Platform, go to \"Profile \u0026 Preferences\" to create a token for GitHub,\n  2. In GitHub repository settings, click \"Secrets\" then \"New repository secret\". Name the secret `NS_TOKEN`;\n- Group ID;\n\n### GitHub Marketplace Setup (recommended)\n\nGo to the [GitHub Marketplace](https://github.com/marketplace?type=\u0026verification=\u0026query=NowSecure+Mobile+SBOM+) and click the \"NowSecure Mobile SBOM\" action, then click \"Use latest version\" and follow\nthe annotated workflow.\n\n### Manual Setup\n\nFor an _existing_ workflow,\n\nThe action must be run on an `ubuntu-latest` GitHub Action runner.\n\nAfter the application build step run the NowSecure Mobile SBOM action:\n\n```yml\n- name: NowSecure upload app\n  uses: nowsecure/nowsecure-sbom-action@v3\n  timeout-minutes: 60\n  with:\n    platform_token: ${{ secrets.NS_TOKEN }}\n    app_file: $APPLICATION_PATH # REPLACE: The path to an .ipa or .apk\n    group_id: $GROUP_ID         # REPLACE: NowSecure Group ID\n```\n\nFor a _new_ workflow,\n\nAdd a new file called `nowsecure-sbom.yml` in your `.github/workflows` folder and review the [example](workflows/nowsecure-sbom.yml).\n\n## License\n\nThis project is released under the [MIT License](https://github.com/nowsecure/nowsecure-action/blob/master/LICENSE).\n\nNowSecure Platform, used in this action, has separate [Terms and Conditions](https://www.nowsecure.com/terms-and-conditions/) and requires a valid license to function.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fnowsecure-sbom-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowsecure%2Fnowsecure-sbom-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fnowsecure-sbom-action/lists"}