{"id":5803105,"name":"philips-software/Repo-Secret-Manager","ecosystem":"actions","description":"Add, update, and delete encrypted secrets from repositories in bulk","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/philips-software/Repo-Secret-Manager","keywords_array":[],"namespace":"philips-software","versions_count":4,"first_release_published_at":"2021-06-15T15:37:44.000Z","latest_release_published_at":"2023-06-12T15:09:34.000Z","latest_release_number":"v.1.3","last_synced_at":"2026-04-24T07:32:42.575Z","created_at":"2023-01-04T14:15:43.713Z","updated_at":"2026-04-24T07:32:42.575Z","registry_url":"https://github.com/philips-software/Repo-Secret-Manager","install_command":null,"documentation_url":null,"metadata":{"name":"Repo Secret Manager","author":"Philips","description":"Add, update, and delete encrypted secrets from repositories in bulk","inputs":{"action":{"description":"The action to be performed. `create`, `update`, or `delete`","mandatory":true},"team":{"description":"Apply the specified action to all repos belonging to this github team. If no team is specified, the secret will be added to all of the repositories the token can manage","mandatory":false,"default":""},"token":{"description":"A GitHub PAT with permission to manage secrets. Can NOT be the GITHUB_TOKEN secret.","mandatory":true},"secret-names":{"description":"A comma-separated list of secret name(s) to apply the action to","mandatory":true},"secret-values":{"description":"A comma-separated list of secret value(s). Only required if `create` or `update` is selected","mandatory":false,"default":""},"repo":{"description":"A specific repo to sync the secrets to","mandatory":false,"default":""},"dependabotSecretsSync":{"description":"Sync secrets to dependabot (yes/no), default no","mandatory":false,"default":"no"},"repo_owner":{"description":"Repository Owner Name","mandatory":false,"default":"org-name"}},"runs":{"using":"docker","image":"Dockerfile","env":{"ACTION":"${{ inputs.action }}","TEAM":"${{ inputs.team }}","TOKEN":"${{ inputs.token }}","NAMES":"${{ inputs.secret-names }}","VALUES":"${{ inputs.secret-values }}","REPO":"${{ inputs.repo }}","DEPENDABOTSECRETSYNC":"${{ inputs.dependabotSecretsSync}}","REPOSITORYOWNER":"${{ inputs.repo_owner }}"}},"branding":{"icon":"lock","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":45079527,"uuid":"375706608","full_name":"philips-software/Repo-Secret-Manager","owner":"philips-software","description":"A Github Action to automate creating, updating, and deleting repository level GitHub secrets for repos belonging to a user or a team, leveraging GitHub's existing encrypted storage.","archived":false,"fork":false,"pushed_at":"2025-08-29T13:32:54.000Z","size":45,"stargazers_count":16,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-07T00:29:25.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/philips-software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-10T13:26:02.000Z","updated_at":"2025-08-29T13:32:59.000Z","dependencies_parsed_at":"2025-05-07T00:41:34.968Z","dependency_job_id":"3b4068ff-112d-495f-8749-980f76deabc3","html_url":"https://github.com/philips-software/Repo-Secret-Manager","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":0.02083333333333337,"last_synced_commit":"4bb12f91516e13572f0e5c229d7c8526cac2e6de"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/philips-software/Repo-Secret-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","download_url":"https://codeload.github.com/philips-software/Repo-Secret-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/sbom","scorecard":{"id":731467,"data":{"date":"2025-08-11","repo":{"name":"github.com/philips-software/Repo-Secret-Manager","commit":"1045970c57a86672e7a7e00c404ad8eec45fd125"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"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":"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":"Code-Review","score":3,"reason":"Found 4/12 approved changesets -- score normalized to 3","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:18","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:19","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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":"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":"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/ci.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/philips-software/Repo-Secret-Manager/codeql-analysis.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating python:3.9.6 to python:3.9.6@sha256:2bd64896cf4ff75bf91a513358457ed09d890715d9aa6bb602323aedbee84d14","Warn: pipCommand not pinned by hash: Dockerfile:6","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:28","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   4 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":"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/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":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 22 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-22T14:33:10.813Z","repository_id":45079527,"created_at":"2025-08-22T14:33:10.813Z","updated_at":"2025-08-22T14:33:10.813Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000825,"owners_count":26082950,"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-10-09T02:00:07.460Z","response_time":59,"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":"philips-software","name":"Philips Software","uuid":"39734771","kind":"organization","description":"Philips Open Source Software","email":"dl_Global_GHSaaS_Experts@philips.com","website":"https://www.philips.com","location":"Netherlands","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/39734771?v=4","repositories_count":75,"last_synced_at":"2023-03-02T07:10:34.061Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/philips-software","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T00:35:10.444Z","updated_at":"2023-03-02T07:10:34.075Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software/repositories"},"tags":[{"name":"v.1.3","sha":"1045970c57a86672e7a7e00c404ad8eec45fd125","kind":"commit","published_at":"2023-06-12T15:09:34.000Z","download_url":"https://codeload.github.com/philips-software/Repo-Secret-Manager/tar.gz/v.1.3","html_url":"https://github.com/philips-software/Repo-Secret-Manager/releases/tag/v.1.3","dependencies_parsed_at":"2023-06-14T00:13:42.778Z","dependency_job_id":null,"purl":"pkg:github/philips-software/Repo-Secret-Manager@v.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v.1.3/manifests"},{"name":"v1.2","sha":"b45b8e7808845c053229f23cbf70c9bc9e7a2de4","kind":"commit","published_at":"2021-07-22T18:13:59.000Z","download_url":"https://codeload.github.com/philips-software/Repo-Secret-Manager/tar.gz/v1.2","html_url":"https://github.com/philips-software/Repo-Secret-Manager/releases/tag/v1.2","dependencies_parsed_at":"2023-05-31T01:32:51.682Z","dependency_job_id":null,"purl":"pkg:github/philips-software/Repo-Secret-Manager@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v1.2/manifests"},{"name":"v1.1","sha":"e9cc1d9ec5992353188fa5291bd211004b38d9bb","kind":"commit","published_at":"2021-07-22T00:46:16.000Z","download_url":"https://codeload.github.com/philips-software/Repo-Secret-Manager/tar.gz/v1.1","html_url":"https://github.com/philips-software/Repo-Secret-Manager/releases/tag/v1.1","dependencies_parsed_at":"2023-05-31T01:32:52.164Z","dependency_job_id":null,"purl":"pkg:github/philips-software/Repo-Secret-Manager@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v1.1/manifests"},{"name":"v1.0","sha":"528b0211dc4a752660d403af283970bd9249f23e","kind":"commit","published_at":"2021-06-15T15:37:44.000Z","download_url":"https://codeload.github.com/philips-software/Repo-Secret-Manager/tar.gz/v1.0","html_url":"https://github.com/philips-software/Repo-Secret-Manager/releases/tag/v1.0","dependencies_parsed_at":"2023-05-31T01:32:52.606Z","dependency_job_id":null,"purl":"pkg:github/philips-software/Repo-Secret-Manager@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/tags/v1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-10T23:19:49.174Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":13.375796178343949,"forks_count":11.118710725430685,"average":16.838370452699525},"purl":"pkg:githubactions/philips-software/Repo-Secret-Manager","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/philips-software/Repo-Secret-Manager","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/philips-software/Repo-Secret-Manager","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/philips-software/Repo-Secret-Manager/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-07T21:23:08.794Z","issues_count":2,"pull_requests_count":9,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":53167.71428571428,"issues_closed_count":0,"pull_requests_closed_count":7,"pull_request_authors_count":5,"issue_authors_count":2,"avg_comments_per_issue":0.5,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":69324.75,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2FRepo-Secret-Manager/issues","maintainers":[{"login":"sokunna","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sokunna"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FRepo-Secret-Manager/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FRepo-Secret-Manager/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FRepo-Secret-Manager/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FRepo-Secret-Manager/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FRepo-Secret-Manager/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/philips-software%2FRepo-Secret-Manager/codemeta","maintainers":[]}