{"id":6325904,"name":"cognitedata/transformations-cli","ecosystem":"actions","description":"Deploy a set of transformations to Transformations from yaml manifests","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cognitedata/transformations-cli","keywords_array":["ai-low-risk"],"namespace":"cognitedata","versions_count":36,"first_release_published_at":"2022-01-06T10:57:17.000Z","latest_release_published_at":"2025-01-08T19:24:39.000Z","latest_release_number":"v2.3.12","last_synced_at":"2026-04-23T08:33:40.681Z","created_at":"2023-02-13T12:56:16.573Z","updated_at":"2026-04-23T08:33:40.681Z","registry_url":"https://github.com/cognitedata/transformations-cli","install_command":null,"documentation_url":null,"metadata":{"name":"Deploy to Transformations","description":"Deploy a set of transformations to Transformations from yaml manifests","inputs":{"api-key":{"description":"API key for authenticating with Transformations","required":false},"token-url":{"description":"Token url to use for fetching OAuth2 tokens","required":false},"cdf-project-name":{"description":"CDF project name (only required when using OAuth2 credentials)","required":false},"scopes":{"description":"List of OAuth2 scopes (space separated)","required":false},"audience":{"description":"OAuth2 audience","required":false},"client-id":{"description":"OAuth2 client ID","required":false},"client-secret":{"description":"OAuth2 client secret","required":false},"cluster":{"description":"CDF Cluster","required":false,"default":"europe-west1-1"},"path":{"description":"The path to a directory containing transformation manifests. This is relative to $GITHUB_WORKSPACE, which will be the root of the repository when using actions/checkout with default settings.","required":true},"legacy-mode":{"description":"Parse transformation manifests in legacy mode","required":false,"default":"false"}},"runs":{"using":"docker","image":"Dockerfile","env":{"TRANSFORMATIONS_API_KEY":"${{ inputs.api-key }}","TRANSFORMATIONS_TOKEN_URL":"${{ inputs.token-url }}","TRANSFORMATIONS_PROJECT":"${{ inputs.cdf-project-name }}","TRANSFORMATIONS_CLIENT_ID":"${{ inputs.client-id }}","TRANSFORMATIONS_CLIENT_SECRET":"${{ inputs.client-secret }}","TRANSFORMATIONS_SCOPES":"${{ inputs.scopes }}","TRANSFORMATIONS_AUDIENCE":"${{ inputs.audience }}","TRANSFORMATIONS_CLUSTER":"${{ inputs.cluster }}","TRANSFORMATIONS_LEGACY_MODE":"${{ inputs.legacy-mode }}"},"args":["deploy","${{ inputs.path }}","--debug"]},"default_branch":"main","path":null},"repo_metadata":{"id":37090528,"uuid":"385593206","full_name":"cognitedata/transformations-cli","owner":"cognitedata","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-12T16:45:29.000Z","size":769,"stargazers_count":2,"open_issues_count":25,"forks_count":1,"subscribers_count":57,"default_branch":"main","last_synced_at":"2026-02-13T00:40:16.665Z","etag":null,"topics":["ai-low-risk"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/cognitedata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/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":"2021-07-13T12:17:49.000Z","updated_at":"2026-02-10T09:36:11.000Z","dependencies_parsed_at":"2023-09-28T11:56:46.095Z","dependency_job_id":"93d95062-b3d0-4905-aafc-7585c497c410","html_url":"https://github.com/cognitedata/transformations-cli","commit_stats":{"total_commits":69,"total_committers":8,"mean_commits":8.625,"dds":"0.21739130434782605","last_synced_commit":"643f8484ed70ab9a9d0a1310f2730a73290b55c7"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/cognitedata/transformations-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cognitedata","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/sbom","scorecard":{"id":298756,"data":{"date":"2025-08-11","repo":{"name":"github.com/cognitedata/transformations-cli","commit":"996ddb43ecf207253aea104332adc45e509567c3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yml:74","Warn: no topLevel permission defined: .github/workflows/deploy_transform.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test_and_build.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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:70"],"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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_transform.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/deploy_transform.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_and_build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/test_and_build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_and_build.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/test_and_build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_and_build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/cognitedata/transformations-cli/test_and_build.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:2","Warn: containerImage not pinned by hash: Dockerfile:24: pin your Docker image by updating gcr.io/distroless/python3-debian11 to gcr.io/distroless/python3-debian11@sha256:72c0ee6f962df1ad412dc94d0cdf8a0e3197447235da79fa93b2f3e1ac4d2f4e","Warn: containerImage not pinned by hash: Dockerfile-azure-pipelines:2","Warn: containerImage not pinned by hash: Dockerfile-azure-pipelines:23: pin your Docker image by updating python:3.9-bullseye to python:3.9-bullseye@sha256:3dcaf39bbe2d6d8031a4a7ce68a20f2d494419aca18ec064f9e82e146e97a0ed","Warn: pipCommand not pinned by hash: Dockerfile:9","Warn: pipCommand not pinned by hash: Dockerfile:17","Warn: pipCommand not pinned by hash: Dockerfile-azure-pipelines:9","Warn: pipCommand not pinned by hash: Dockerfile-azure-pipelines:17","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/test_and_build.yml:26","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   4 containerImage dependencies pinned","Info:   0 out of   6 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":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-48p4-8xcf-vxj5","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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-17T20:10:49.983Z","repository_id":37090528,"created_at":"2025-08-17T20:10:49.983Z","updated_at":"2025-08-17T20:10:49.983Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29399429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"cognitedata","name":"Cognite","uuid":"25435133","kind":"organization","description":"","email":null,"website":"https://cognite.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/25435133?v=4","repositories_count":299,"last_synced_at":"2024-04-14T06:21:57.310Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cognitedata","funding_links":[],"total_stars":832,"followers":142,"following":0,"created_at":"2022-11-12T08:54:40.620Z","updated_at":"2024-04-14T06:22:50.024Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cognitedata","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cognitedata/repositories"},"tags":[{"name":"v2.3.12","sha":"be9fbfe9e2cbb0fb1379b1b0db6df8ca1ce6e0f3","kind":"commit","published_at":"2025-01-08T19:24:39.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.12","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.12","dependencies_parsed_at":"2025-12-18T05:06:18.141Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.12/manifests"},{"name":"v2.3.11","sha":"809fbe7cdbb1a2e18e3e9479e6c0422d19151f17","kind":"commit","published_at":"2024-07-23T08:17:09.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.11","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.11","dependencies_parsed_at":"2024-07-26T04:06:10.433Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.11/manifests"},{"name":"v2.3.10","sha":"19f933d686f4c1c4ff60de032178326c3b5cb50c","kind":"commit","published_at":"2023-11-22T13:01:45.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.10","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.10","dependencies_parsed_at":"2023-11-24T04:57:45.808Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.10/manifests"},{"name":"test","sha":"6d1bf150ac5e22447867029a10357db2b2a28157","kind":"tag","published_at":"2023-06-15T10:27:03.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/test","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/test","dependencies_parsed_at":"2023-06-17T00:07:39.291Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/test/manifests"},{"name":"v2.3.9","sha":"2946e1e00a6eab0215e5849714f8766249f56fce","kind":"tag","published_at":"2023-05-30T08:39:15.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.9","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.9","dependencies_parsed_at":"2023-06-02T00:14:19.701Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.9/manifests"},{"name":"v2.3.8","sha":"85e755106741939eacdeba18486ddab741d09fb1","kind":"tag","published_at":"2023-05-26T08:00:38.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.8","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.8","dependencies_parsed_at":"2023-06-02T00:14:19.696Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.8/manifests"},{"name":"v2.3.7","sha":"420c898c5045ea1afd4e58e8c15740991dfd8f28","kind":"tag","published_at":"2023-05-23T12:23:09.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.7","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.7","dependencies_parsed_at":"2023-06-02T00:14:20.685Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"8207ae27e9365bb4cd6749027b8fce0177a0f11e","kind":"tag","published_at":"2023-05-12T09:51:29.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.6","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.6","dependencies_parsed_at":"2023-06-02T00:14:20.728Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"63d272fa1ac7497514bc57ab4e248c6d32ad814b","kind":"tag","published_at":"2023-05-10T15:09:46.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.5","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.5","dependencies_parsed_at":"2023-06-02T00:14:20.680Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"7810febc8fcb8e5f6be5a192fd60905ec3c64959","kind":"commit","published_at":"2023-03-30T11:32:35.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.4","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.4","dependencies_parsed_at":"2023-06-02T00:14:19.353Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"643f8484ed70ab9a9d0a1310f2730a73290b55c7","kind":"tag","published_at":"2023-03-17T10:29:13.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.3","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.3","dependencies_parsed_at":"2023-06-02T00:14:19.376Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"fe07be142721c89780f515afe2921a372074e5ea","kind":"tag","published_at":"2023-03-16T13:18:41.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.2","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.2","dependencies_parsed_at":"2023-06-02T00:14:19.255Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"64ae310525a02f2bb298a4c589975433ba3d4c33","kind":"tag","published_at":"2023-03-15T10:21:16.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.1","dependencies_parsed_at":"2023-06-02T00:14:18.962Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e77d430048dcdb8cf1caeb1e6340e8fc9daca9cf","kind":"tag","published_at":"2023-02-14T09:27:03.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.3.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.3.0","dependencies_parsed_at":"2023-06-02T00:14:19.299Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"a561b869b378976cff02b13501c4cc173bdc3512","kind":"tag","published_at":"2022-11-09T13:33:11.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.2.2","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.2.2","dependencies_parsed_at":"2023-06-01T10:22:33.654Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"4cc0e326447deaae919e53c33e599190bc333bb9","kind":"tag","published_at":"2022-10-07T10:45:51.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.2.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.2.1","dependencies_parsed_at":"2023-06-01T09:06:41.111Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"57e9691833fa976bb1e38a5c8981afaed9548c8e","kind":"tag","published_at":"2022-09-30T09:16:24.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.2.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.2.0","dependencies_parsed_at":"2023-06-01T09:06:41.847Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.2.0/manifests"},{"name":"v2.1.5","sha":"3ab80c0d2f63fd57a096cf43c0c1ad2213b0846a","kind":"tag","published_at":"2022-09-29T06:37:22.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.1.5","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.1.5","dependencies_parsed_at":"2023-06-01T09:06:42.903Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"a363a4729411f96e709e17260eb294eea6a0f9de","kind":"tag","published_at":"2022-09-16T07:41:32.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.1.4","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.1.4","dependencies_parsed_at":"2023-06-01T09:06:43.857Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"22ee372187f9e88bb89952d9ea535c74df4a536c","kind":"tag","published_at":"2022-08-23T14:50:11.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.1.3","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.1.3","dependencies_parsed_at":"2023-06-01T08:36:42.127Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"70a467b68beabb0345c5da2089188298306f4ae8","kind":"tag","published_at":"2022-08-22T07:25:01.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.1.2","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.1.2","dependencies_parsed_at":"2023-06-01T08:36:43.224Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"7d5c078eb36f16df483a205fd3910a76b7c461c9","kind":"tag","published_at":"2022-08-09T14:01:42.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.1.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.1.1","dependencies_parsed_at":"2023-06-01T08:36:44.253Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"55d9158b80ad2af9de42be3bfe1e5f3001b7ab37","kind":"tag","published_at":"2022-08-05T14:00:15.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.1.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.1.0","dependencies_parsed_at":"2023-06-01T08:36:45.448Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"9db27ef23742c72d836ff066d7305b19464c3730","kind":"tag","published_at":"2022-08-05T12:04:00.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v2.0.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v2.0.0","dependencies_parsed_at":"2023-06-01T08:36:46.624Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v2.0.0/manifests"},{"name":"v1.6.2","sha":"60dfb114b3950c3f70658e2cb51ad392bac2e683","kind":"tag","published_at":"2022-06-17T12:31:20.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.6.2","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.6.2","dependencies_parsed_at":"2023-06-01T08:36:47.749Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"2d07cde69dd923fd78d423957898552e158b2854","kind":"tag","published_at":"2022-05-09T12:30:35.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.6.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.6.1","dependencies_parsed_at":"2023-06-01T08:36:49.076Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"84e8ddc1b9541e19738267925ca8bd76495fee2c","kind":"tag","published_at":"2022-05-09T10:50:28.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.6.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.6.0","dependencies_parsed_at":"2023-06-01T08:36:50.272Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"7a55b1def36ac517b980c7cfca4f8f7f34acd033","kind":"commit","published_at":"2022-04-01T11:14:45.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.5.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.5.1","dependencies_parsed_at":"2023-06-01T08:36:51.550Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"af2338728cbcc89e8f65edffe15d45f25ea9e3b9","kind":"commit","published_at":"2022-03-28T10:16:27.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.5.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.5.0","dependencies_parsed_at":"2023-06-01T08:36:52.832Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.5.0/manifests"},{"name":"v1.4.2","sha":"5113a955bf7fa251b858ce957ddc4965237936f6","kind":"commit","published_at":"2022-03-10T14:50:07.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.4.2","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.4.2","dependencies_parsed_at":"2023-06-01T08:36:54.235Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"72842386096bb394261a27667cd3854c2fd84456","kind":"commit","published_at":"2022-03-09T08:26:55.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.4.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.4.1","dependencies_parsed_at":"2023-06-01T08:36:55.736Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"d002ecc565a1140505dc3b2cdc3f8a2890fb1732","kind":"commit","published_at":"2022-02-16T10:02:06.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.4.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.4.0","dependencies_parsed_at":"2023-06-01T08:36:57.067Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"4839274a2c2c8e70588a73f7ebbe141727ddb07e","kind":"commit","published_at":"2022-02-14T12:03:41.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.3.2","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.3.2","dependencies_parsed_at":"2023-06-01T08:36:58.912Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"d584341c904008bc47bee3d29603edfce021b25f","kind":"commit","published_at":"2022-02-01T09:15:01.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.3.1","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.3.1","dependencies_parsed_at":"2023-06-01T08:37:00.218Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"8e1b7a8d8b3e014a7dc96821efc4e09d30bf57ee","kind":"commit","published_at":"2022-01-24T09:53:07.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.3.0","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.3.0","dependencies_parsed_at":"2023-06-01T08:37:01.905Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.3.0/manifests"},{"name":"v1.2.11","sha":"2dd8144b21b4f70a13f6eb3719949de1c631de18","kind":"commit","published_at":"2022-01-06T10:57:17.000Z","download_url":"https://codeload.github.com/cognitedata/transformations-cli/tar.gz/v1.2.11","html_url":"https://github.com/cognitedata/transformations-cli/releases/tag/v1.2.11","dependencies_parsed_at":"2023-06-01T08:37:03.245Z","dependency_job_id":null,"purl":"pkg:github/cognitedata/transformations-cli@v1.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/tags/v1.2.11/manifests"}]},"repo_metadata_updated_at":"2026-02-13T08:01:01.075Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":35,"rankings":{"downloads":null,"dependent_repos_count":7.532879099984155,"dependent_packages_count":0.0,"stargazers_count":34.67913167485343,"forks_count":21.692283314847092,"docker_downloads_count":null,"average":15.976073522421169},"purl":"pkg:githubactions/cognitedata/transformations-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cognitedata/transformations-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cognitedata/transformations-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cognitedata/transformations-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-01-13T23:00:52.515Z","issues_count":4,"pull_requests_count":267,"avg_time_to_close_issue":14164368.0,"avg_time_to_close_pull_request":1434078.7030567685,"issues_closed_count":1,"pull_requests_closed_count":229,"pull_request_authors_count":16,"issue_authors_count":4,"avg_comments_per_issue":1.25,"avg_comments_per_pull_request":0.9588014981273408,"merged_pull_requests_count":195,"bot_issues_count":1,"bot_pull_requests_count":164,"past_year_issues_count":0,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3148591.3333333335,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.9166666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":20,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitedata%2Ftransformations-cli/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cognitedata%2Ftransformations-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cognitedata%2Ftransformations-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cognitedata%2Ftransformations-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cognitedata%2Ftransformations-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cognitedata%2Ftransformations-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cognitedata%2Ftransformations-cli/codemeta","maintainers":[]}