{"id":7745086,"name":"catchco/doppler-environment-loader","ecosystem":"actions","description":"Loads Doppler secrets into the environment as masked values","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/catchco/doppler-environment-loader","keywords_array":[],"namespace":"catchco","versions_count":2,"first_release_published_at":"2021-03-17T16:24:55.000Z","latest_release_published_at":"2022-05-13T13:06:04.000Z","latest_release_number":"v1.0.3","last_synced_at":"2026-09-14T01:37:50.045Z","created_at":"2023-05-17T10:05:41.812Z","updated_at":"2026-09-17T12:53:02.413Z","registry_url":"https://github.com/catchco/doppler-environment-loader","install_command":null,"documentation_url":null,"metadata":{"name":"Doppler Environment Loader","description":"Loads Doppler secrets into the environment as masked values","inputs":{"doppler-token":{"description":"The Doppler token of the project configuration to be loaded","required":true},"debug-prefix":{"description":"The prefix to be used on variables that should not be masked","required":false,"default":"DEBUG"},"disable-masking":{"description":"Whether to disable all masking by the action","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"name":"Load Doppler secrets","env":{"DOPPLER_TOKEN":"${{ inputs.doppler-token }}","DEBUG_PREFIX":"${{ inputs.debug-prefix }}","DISABLE_MASKING":"${{ inputs.disable-masking }}"},"shell":"bash","run":"content=$(doppler secrets download --no-file --format env-no-quotes)\nIFS=$'\\n'\nfor line in $content; do\n    key=$(cut -d \"=\" -f1 \u003c\u003c\u003c $line)\n    secret=$(cut -d \"=\" -f2- \u003c\u003c\u003c $line)\n    if [[ $DISABLE_MASKING == 'false' \u0026\u0026 $key != DOPPLER*  \u0026\u0026 $key != $DEBUG_PREFIX* ]]; then echo \"::add-mask::${secret}\"; fi\n    echo \"${key}=${secret}\" \u003e\u003e $GITHUB_ENV\ndone\nIFS=' '\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":40362493,"uuid":"347124287","full_name":"catchco/doppler-environment-loader","owner":"catchco","description":"A GitHub Action to load Doppler secrets into the environment","archived":false,"fork":false,"pushed_at":"2022-05-13T13:06:51.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-09-14T01:38:51.507Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catchco.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}},"created_at":"2021-03-12T16:12:15.000Z","updated_at":"2025-08-25T16:57:33.000Z","dependencies_parsed_at":"2022-08-09T18:11:56.305Z","dependency_job_id":null,"html_url":"https://github.com/catchco/doppler-environment-loader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/catchco/doppler-environment-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catchco","download_url":"https://codeload.github.com/catchco/doppler-environment-loader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/sbom","scorecard":{"id":267828,"data":{"date":"2025-08-11","repo":{"name":"github.com/catchco/doppler-environment-loader","commit":"aa7b8b834b324e27f4847fb0ec639ecda00b6ead"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.2,"checks":[{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":"Code-Review","score":1,"reason":"Found 1/9 approved changesets -- score normalized to 1","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":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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/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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 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-17T12:35:41.300Z","repository_id":40362493,"created_at":"2025-08-17T12:35:41.300Z","updated_at":"2025-08-17T12:35:41.300Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37390318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-17T02:00:07.197Z","response_time":111,"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"},"owner_record":{"login":"catchco","name":"Catch Co","uuid":"24858791","kind":"organization","description":"","email":null,"website":"http://catchco.com","location":"Chicago, IL","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/24858791?v=4","repositories_count":7,"last_synced_at":"2023-03-10T02:16:01.722Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/catchco","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-19T19:19:35.269Z","updated_at":"2023-03-10T02:16:01.793Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catchco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catchco/repositories"},"tags":[{"name":"v1.0.3","sha":"aa7b8b834b324e27f4847fb0ec639ecda00b6ead","kind":"commit","published_at":"2022-05-13T13:06:04.000Z","download_url":"https://codeload.github.com/catchco/doppler-environment-loader/tar.gz/v1.0.3","html_url":"https://github.com/catchco/doppler-environment-loader/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T14:34:12.085Z","dependency_job_id":null,"purl":"pkg:github/catchco/doppler-environment-loader@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"bbbd45747be8632064cec29e15956ccaf61669a4","kind":"tag","published_at":"2021-03-17T16:24:55.000Z","download_url":"https://codeload.github.com/catchco/doppler-environment-loader/tar.gz/v1.0.2","html_url":"https://github.com/catchco/doppler-environment-loader/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T14:34:12.210Z","dependency_job_id":null,"purl":"pkg:github/catchco/doppler-environment-loader@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchco%2Fdoppler-environment-loader/tags/v1.0.2/manifests"}]},"repo_metadata_updated_at":"2026-09-17T12:53:02.413Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.775788306132153,"dependent_packages_count":0.0,"stargazers_count":34.691807954365395,"forks_count":21.708128664237048,"docker_downloads_count":null,"average":20.29393123118365},"purl":"pkg:githubactions/catchco/doppler-environment-loader","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/catchco/doppler-environment-loader","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/catchco/doppler-environment-loader","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/catchco/doppler-environment-loader/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/catchco%2Fdoppler-environment-loader/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/catchco%2Fdoppler-environment-loader/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/catchco%2Fdoppler-environment-loader/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/catchco%2Fdoppler-environment-loader/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/catchco%2Fdoppler-environment-loader/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/catchco%2Fdoppler-environment-loader/codemeta","maintainers":[]}