{"id":18374720,"url":"https://github.com/jupiterone/action-transponder","last_synced_at":"2026-03-19T04:05:03.099Z","repository":{"id":49393399,"uuid":"516105210","full_name":"JupiterOne/action-transponder","owner":"JupiterOne","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-15T18:06:02.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-02T13:39:35.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JupiterOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-20T19:10:46.000Z","updated_at":"2025-07-15T18:04:15.000Z","dependencies_parsed_at":"2023-10-13T14:15:35.447Z","dependency_job_id":"3fb57a0e-1ec3-4ffb-9b90-fc680f2e0576","html_url":"https://github.com/JupiterOne/action-transponder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/JupiterOne/action-transponder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Faction-transponder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Faction-transponder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Faction-transponder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Faction-transponder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/action-transponder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Faction-transponder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935947,"owners_count":25376831,"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-09-13T02:00:10.085Z","response_time":70,"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"}},"keywords":[],"created_at":"2024-11-06T00:15:46.083Z","updated_at":"2026-02-16T19:06:57.236Z","avatar_url":"https://github.com/JupiterOne.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @jupiterone/action-transponder Documentation\n\naction-transponder will run the JupiterOne Transponder package using the specified config file and upload the results to a JupiterOne account. The following configurations are required for setup.\n\n## transponder.yml \n### create a config-transponder.yml at the root of the code repo\n\n```yaml \nplugins:\n  - core=@jupiterone/transponder-core-plugin\n\n# Collect data\ncollect:\n  # Populate some default metadata properties for the root entity\n  # (including `dateIngested`)\n  root:\n    collector: core:root\n    params:\n      _key: root\n      _type: project_metadata\n      _class: ProjectMetadata\n\n  # Each collection command has a unique name\n  git-remote-origin:\n    collector: core:git-remote-origin\n    failOnError: false\n    params:\n      # What is the name of the remote origin? (typically \"origin\")\n      remoteName: origin\n\n  codeowners:\n    collector: 'core:codeowners'\n    params:\n      file: \u003crootDir\u003e/CODEOWNERS\n    failOnError: false\n\n  docker-file:\n    collector: \"core:docker-file\"\n    params:\n      file: \u003crootDir\u003e/Dockerfile\n\npublish:\n  j1:\n    publisher: 'core:j1'\n    params:\n      # NOTE:\n      # Tokens will be replaced from environment variables with matching name.\n      apiKey: ${env.J1_API_KEY}\n      apiDomain: ${env.J1_API_DOMAIN}\n      accountId: ${env.J1_ACCOUNT_ID}\n```\n\n## .github/workflows/transponder.yml\n### create a transponder.yml workflow file in .github/workflows/\nIt is recommended to include both a \"push on branch\" as well as a \"schedule\" task. This will ensure that trasponder runs when code changes as well as regularly so the data in JupiterOne is up to date. \n\n```yaml\nname: 'Transponder'\n\non:\n  push:\n    branches:\n      - main\n  schedule:\n    - cron:  '10 1 * * 1'\n\njobs:\n  transponder:\n    runs-on: ubuntu-latest\n    name: Run transponder\n    steps:\n      - name: Check out repo\n        uses: actions/checkout@v3\n      - name: Transponder Update\n        uses: jupiterone/action-transponder@v1\n        with:\n          j1_api_key: ${{ secrets.J1_API_KEY }}\n          j1_api_domain: ${{ secrets.J1_API_DOMAIN }}\n          j1_account_id: ${{ secrets.J1_ACCOUNT_ID }}\n          transponder_config: config-transponder.yml\n```\n\n## Add 'Repository Secrets' to the repo or organization\nJ1_ACCOUNT_ID: The 'Account ID' field can be found in the 'Account Management' page of your JupiterOne account (requires Admin privileges).  \n\nJ1_API_DOMAIN: This should be \"api.us.jupiterone.io\" unless otherwise specified.\n\nJ1_API_KEY: Create an API key in JupiterOne (requires Admin privileges).\n\n### API Key permissions\n```yaml\n{\n  \"permissions\": [\n    {\n      \"effect\": \"ALLOW\",\n      \"actions\": [\"persister:Synchronize\"],\n      \"resources\": [\"*\"]\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Faction-transponder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Faction-transponder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Faction-transponder/lists"}