{"id":11772067,"name":"step-security/mongodb-github-action","ecosystem":"actions","description":"Start a MongoDB server (on default port 27017 or a custom port)","homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/step-security/mongodb-github-action","keywords_array":["step-security-maintained-actions"],"namespace":"step-security","versions_count":7,"first_release_published_at":"2024-11-26T13:32:42.000Z","latest_release_published_at":"2025-10-14T08:35:48.000Z","latest_release_number":"v1.12.3","last_synced_at":"2026-03-11T14:17:22.109Z","created_at":"2025-06-07T21:15:12.538Z","updated_at":"2026-03-11T14:17:22.109Z","registry_url":"https://github.com/step-security/mongodb-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"MongoDB in GitHub Actions","description":"Start a MongoDB server (on default port 27017 or a custom port)","branding":{"icon":"database","color":"green"},"inputs":{"mongodb-image":{"description":"MongoDB image to use (defaults to using \"mongo\" from Docker Hub but you could also use an image from another repository such as Amazons \"public.ecr.aws/docker/library/mongo\")","required":false,"default":"mongo"},"mongodb-version":{"description":"MongoDB version to use (default \"latest\")","required":false,"default":"latest"},"mongodb-replica-set":{"description":"MongoDB replica set name (no replica set by default)","required":false,"default":""},"mongodb-port":{"description":"MongoDB port to use (default 27017)","required":false,"default":27017},"mongodb-db":{"description":"MongoDB db to create (default: none)","required":false,"default":""},"mongodb-username":{"description":"MongoDB root username (default: none)","required":false,"default":""},"mongodb-password":{"description":"MongoDB root password (default: none)","required":false,"default":""},"mongodb-container-name":{"description":"MongoDB container name (default: \"mongodb\")","required":false,"default":"mongodb"}},"runs":{"using":"docker","image":"docker://ghcr.io/step-security/mongodb-github-action:v1.12.3@sha256:5bfa348282e98f7115aff1092b9d54e954bcd3efd83eb326c12dce4c29d71d4f","args":["${{ inputs.mongodb-image }}","${{ inputs.mongodb-version }}","${{ inputs.mongodb-replica-set }}","${{ inputs.mongodb-port }}","${{ inputs.mongodb-db }}","${{ inputs.mongodb-username }}","${{ inputs.mongodb-password }}","${{ inputs.mongodb-container-name }}"]},"default_branch":"main","path":null},"repo_metadata":{"id":264858233,"uuid":"893833083","full_name":"step-security/mongodb-github-action","owner":"step-security","description":"Use MongoDB in GitHub Actions. Secure drop-in replacement for supercharge/mongodb-github-action.","archived":false,"fork":false,"pushed_at":"2026-01-26T00:05:03.000Z","size":306,"stargazers_count":0,"open_issues_count":13,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-26T15:20:20.666Z","etag":null,"topics":["step-security-maintained-actions"],"latest_commit_sha":null,"homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","language":"Shell","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/step-security.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":"SECURITY.md","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":"2024-11-25T09:41:19.000Z","updated_at":"2025-11-19T05:04:47.000Z","dependencies_parsed_at":"2025-02-20T10:24:45.754Z","dependency_job_id":"2be7ef79-9c01-4793-9f37-7f83ecf941e0","html_url":"https://github.com/step-security/mongodb-github-action","commit_stats":null,"previous_names":["step-security/mongodb-github-action"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/step-security/mongodb-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fmongodb-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fmongodb-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fmongodb-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fmongodb-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","download_url":"https://codeload.github.com/step-security/mongodb-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fmongodb-github-action/sbom","scorecard":{"id":1238012,"data":{"date":"2025-09-22T17:31:42Z","repo":{"name":"github.com/step-security/mongodb-github-action","commit":"248506e2dee6d9dc04e639a3eaeab706cda5abbb"},"scorecard":{"version":"v5.0.0-rc2","commit":"7ce8609469289d5f3b1bf5ee3122f42b4e3054fb"},"score":8,"checks":[{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":8,"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'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required 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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"13 out of 13 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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#ci-tests"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#cii-best-practices"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#code-review"}},{"name":"Contributors","score":0,"reason":"project has 0 contributing companies or organizations -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#contributors"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#dangerous-workflow"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#dependency-update-tool"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/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: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#license"}},{"name":"Maintained","score":9,"reason":"11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#maintained"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/docker.yml:16"],"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: npmCommand not pinned by hash: .github/workflows/test-auth.yml:42","Warn: npmCommand not pinned by hash: .github/workflows/test-replica-set.yml:37","Warn: npmCommand not pinned by hash: .github/workflows/test-replica-set.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test-single-instance.yml:36","Warn: npmCommand not pinned by hash: .github/workflows/test-single-instance.yml:75","Info:  22 out of  22 GitHub-owned GitHubAction dependencies pinned","Info:  17 out of  17 third-party GitHubAction dependencies pinned","Info:   0 out of   5 npmCommand dependencies pinned","Info:   1 out of   1 containerImage 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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#sast"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":10,"reason":"4 out of the last 4 releases have a total of 4 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/mongodb-github-action/releases/assets/269545005","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/mongodb-github-action/releases/assets/254146448","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/mongodb-github-action/releases/assets/233269808","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/mongodb-github-action/releases/assets/209362270"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/actions_release.yml:19","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/actions_release.yml:21","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:31","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:32","Info: jobLevel 'checks' permission set to 'read': .github/workflows/scorecards.yml:35","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Info: jobLevel 'issues' permission set to 'read': .github/workflows/scorecards.yml:32","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/scorecards.yml:33","Info: topLevel 'contents' permission set to 'read': .github/workflows/actions_release.yml:15","Warn: topLevel 'contents' permission set to 'write': .github/workflows/audit-package.yml:29","Info: topLevel 'packages' permission set to 'read': .github/workflows/audit-package.yml:31","Info: topLevel 'packages' permission set to 'read': .github/workflows/auto_cherry_pick.yml:18","Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto_cherry_pick.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/docker.yml:12","Warn: topLevel 'packages' permission set to 'write': .github/workflows/docker.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/guarddog.yml:10","Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18","Warn: no topLevel permission defined: .github/workflows/test-auth.yml:1","Warn: no topLevel permission defined: .github/workflows/test-replica-set.yml:1","Warn: no topLevel permission defined: .github/workflows/test-single-instance.yml:1","Warn: no topLevel permission defined: .github/workflows/validate-action-typings.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-09-22T19:07:35.928Z","repository_id":264858233,"created_at":"2025-09-22T19:07:35.929Z","updated_at":"2025-09-22T19:07:35.929Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"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"},"tags":[]},"repo_metadata_updated_at":"2026-02-11T15:26:56.443Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.17171717171717},"purl":"pkg:githubactions/step-security/mongodb-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/step-security/mongodb-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/step-security/mongodb-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/step-security/mongodb-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-11T05:33:51.297Z","issues_count":2,"pull_requests_count":122,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":900941.9894736842,"issues_closed_count":0,"pull_requests_closed_count":95,"pull_request_authors_count":5,"issue_authors_count":2,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.6721311475409836,"merged_pull_requests_count":12,"bot_issues_count":1,"bot_pull_requests_count":105,"past_year_issues_count":2,"past_year_pull_requests_count":122,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":900941.9894736842,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":95,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.6721311475409836,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":105,"past_year_merged_pull_requests_count":12,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fmongodb-github-action/issues","maintainers":[{"login":"shubham-stepsecurity","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shubham-stepsecurity"}],"active_maintainers":[{"login":"shubham-stepsecurity","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shubham-stepsecurity"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fmongodb-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fmongodb-github-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fmongodb-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fmongodb-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fmongodb-github-action/codemeta","maintainers":[]}