{"id":110631,"url":"https://github.com/testcontainers/testcontainers-go","last_synced_at":"2026-05-22T18:20:27.955Z","repository":{"id":37431982,"uuid":"141451032","full_name":"testcontainers/testcontainers-go","owner":"testcontainers","description":"Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.","archived":false,"fork":false,"pushed_at":"2025-09-19T06:06:08.000Z","size":21453,"stargazers_count":4352,"open_issues_count":142,"forks_count":578,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-09-19T08:25:15.598Z","etag":null,"topics":["automation","docker","go","golang","hacktoberfest","testcontainers","testcontainers-go","testing"],"latest_commit_sha":null,"homepage":"https://golang.testcontainers.org","language":"Go","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/testcontainers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":["testcontainers"]}},"created_at":"2018-07-18T15:04:31.000Z","updated_at":"2025-09-19T06:06:11.000Z","dependencies_parsed_at":"2024-01-22T19:12:52.808Z","dependency_job_id":"d47b9f75-4b9c-448d-aaad-11488cca9e0e","html_url":"https://github.com/testcontainers/testcontainers-go","commit_stats":{"total_commits":1609,"total_committers":250,"mean_commits":6.436,"dds":0.622747047855811,"last_synced_commit":"cc71645e576a0afb003123eb3e03d7955f342792"},"previous_names":["testcontainers/testcontainer-go"],"tags_count":968,"template":false,"template_full_name":null,"purl":"pkg:github/testcontainers/testcontainers-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testcontainers%2Ftestcontainers-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testcontainers%2Ftestcontainers-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testcontainers%2Ftestcontainers-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testcontainers%2Ftestcontainers-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testcontainers","download_url":"https://codeload.github.com/testcontainers/testcontainers-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testcontainers%2Ftestcontainers-go/sbom","scorecard":{"id":875052,"data":{"date":"2025-08-20T19:53:06Z","repo":{"name":"github.com/testcontainers/testcontainers-go","commit":"901b0b9f43f23198cc640f2e218b46d833eaa6f6"},"scorecard":{"version":"v5.1.1","commit":"cd152cb6742c5b8f2f3d2b5193b41d9c50905198"},"score":6.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 13/19 approved changesets -- score normalized to 6","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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#code-review"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#maintained"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dependency-update-tool"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/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/ci.yml:67","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/ci.yml:68","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:37","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:38","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release-drafter.yml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci-lint-go.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci-test-go.yml:38","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci-windows-trigger.yml:8","Warn: no topLevel permission defined: .github/workflows/ci-windows.yml:1","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/conventions.yml:12","Warn: no topLevel permission defined: .github/workflows/docker-projects-latest.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/release-drafter.yml:14","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Warn: no topLevel permission defined: .github/workflows/sonar-bulk-operations.yml:1","Warn: no topLevel permission defined: .github/workflows/sonar-create-project.yml:1","Warn: no topLevel permission defined: .github/workflows/sonar-delete-project.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":9,"reason":"dependency not pinned by hash detected -- score normalized to 9","details":["Info: Possibly incomplete results: error parsing shell code: unclosed here-document 'EOF': .github/workflows/docker-projects-latest.yml:56","Info: Possibly incomplete results: error parsing shell code: unclosed here-document 'EOF': .github/workflows/docker-projects-latest.yml:116","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker-projects-latest.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/testcontainers/testcontainers-go/docker-projects-latest.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/scripts/modules/ollama/install-dependencies.sh:3","Info:  24 out of  24 GitHub-owned GitHubAction dependencies pinned","Info:  13 out of  14 third-party GitHubAction dependencies pinned","Info:   1 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#pinned-dependencies"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#signed-releases"}},{"name":"CII-Best-Practices","score":2,"reason":"badge detected: InProgress","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#cii-best-practices"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (28) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#sast"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#license"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#fuzzing"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#security-policy"}},{"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/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"28 out of 28 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 66 contributing companies or organizations","details":["Info: found contributions from: 5pp, Adopt-a-JSR, AtomicJar, BILDQUADRAT, BraspagDevelopers, ChaosWest, Festify, MulePeruUserGroup, PIWEEK, Project31, TeachT3ch, Vertexio, apache, argoproj, centml, chaosdorf, codefordus, compose-spec, comunidad-tecnologica, containerd, deepl, distribution, docker, docker-archive, docker-java, dockerlima, dockersamples, docsorg, enterprise-contract, ff-kbu, ffddorf, flockfreight, funcool, gdgtoledo, github-beta, gitlabhq, go-docker, grafana labs, hackingstudio, hiva co., integrating-community, jenkinsci, jenkinsperu, kalkspace, kubernetes, kubernetes-sigs, mattermost inc, microsoft, moby, mybatis, opencontainers, ops4j, perujug, profefe, python-madrid, redhat-appstudio, rocket science, rwe renewables, sdkman, semaphoreui, syndesisio, testcontainers, thajeztah, torqio, uxbox, wdr-data"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#contributors"}},{"name":"Vulnerabilities","score":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3830 / GHSA-x4rx-4gw3-53p4","Warn: Project is vulnerable to: GO-2024-3333","Warn: Project is vulnerable to: GO-2025-3503 / GHSA-qxp5-gwg8-xv66","Warn: Project is vulnerable to: GO-2025-3595 / GHSA-vvgc-356p-c3xw","Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T05:39:36.622Z","repository_id":37431982,"created_at":"2025-08-24T05:39:36.622Z","updated_at":"2025-08-24T05:39:36.622Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276057543,"owners_count":25577861,"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-20T02:00:10.207Z","response_time":63,"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":["automation","docker","go","golang","hacktoberfest","testcontainers","testcontainers-go","testing"],"created_at":"2024-02-01T11:34:34.596Z","updated_at":"2025-09-20T06:30:25.664Z","avatar_url":"https://github.com/testcontainers.png","language":"Go","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/110631","html_url":"https://opencollective.ecosyste.ms/projects/110631","collective":{"id":1776,"uuid":"ggnxdwzj-3le5mpw4-zleqy8rv-bko04a97","slug":"testcontainers","name":"Testcontainers","description":"The tool that makes integrated testing awesome","website":"https://testcontainers.org/","github":"testcontainers","twitter":"testcontainers","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://testcontainers.org/"},{"type":"TWITTER","url":"https://twitter.com/testcontainers"},{"type":"GITHUB","url":"https://github.com/testcontainers"}],"currency":"USD","projects_count":70,"last_synced_at":"2026-05-28T00:15:13.475Z","created_at":"2024-01-10T13:17:50.686Z","updated_at":"2026-05-28T00:15:13.608Z","transactions_count":126,"balance":26453.640000000025,"account_type":"COLLECTIVE","owner":{"login":"testcontainers","name":"Testcontainers","uuid":"13393021","kind":"organization","description":"","email":null,"website":"https://testcontainers.com","location":null,"twitter":"testcontainers","company":null,"icon_url":"https://avatars.githubusercontent.com/u/13393021?v=4","repositories_count":57,"last_synced_at":"2026-02-27T19:01:54.807Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/testcontainers","funding_links":["https://github.com/sponsors/testcontainers"],"total_stars":25571,"followers":2131,"following":0,"created_at":"2022-11-02T16:35:18.513Z","updated_at":"2026-02-27T19:01:54.808Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testcontainers","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testcontainers/repositories"},"last_project_activity_at":"2026-03-26T12:07:49.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2020-06-27T20:50:03.544Z","collective_updated_at":"2025-12-03T11:14:54.410Z","html_url":"https://opencollective.com/testcontainers","icon_url":"https://images.opencollective.com/testcontainers/logo/40.png","total_donations":66515.93,"total_expenses":-47390.36999999999,"current_balance":26453.640000000025,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/testcontainers","url":"https://opencollective.ecosyste.ms/collectives/testcontainers","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/testcontainers/projects"}}