{"id":5800974,"name":"SpicyPizza/create-envfile","ecosystem":"actions","description":"GitHub Action to create a .env file with GitHub Secrets","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/SpicyPizza/create-envfile","keywords_array":["actions","continuous-integration","environment-variables","github-actions"],"namespace":"SpicyPizza","versions_count":14,"first_release_published_at":"2020-06-19T15:12:52.000Z","latest_release_published_at":"2024-02-21T02:57:21.000Z","latest_release_number":"v2.0.3","last_synced_at":"2026-09-13T05:11:26.600Z","created_at":"2023-01-04T12:40:58.953Z","updated_at":"2026-09-13T05:11:26.600Z","registry_url":"https://github.com/SpicyPizza/create-envfile","install_command":null,"documentation_url":null,"metadata":{"name":"Create .env file","description":"GitHub Action to create a .env file with GitHub Secrets","author":"Forest Anderson","branding":{"icon":"briefcase","color":"gray-dark"},"inputs":{"file_name":{"description":"The filename for the envfile","default":".env"},"directory":{"description":"The directory to put the envfile in","default":""},"fail_on_empty":{"description":"Fail if an env key is an empty string","default":"false"},"sort_keys":{"description":"Sort the keys alphabetically","default":"false"}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37805601,"uuid":"203468490","full_name":"SpicyPizza/create-envfile","owner":"SpicyPizza","description":"Github Action to create a .env file with Github Secrets","archived":false,"fork":false,"pushed_at":"2024-02-21T13:14:33.000Z","size":1250,"stargazers_count":476,"open_issues_count":18,"forks_count":76,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-09-08T11:57:40.582Z","etag":null,"topics":["actions","continuous-integration","environment-variables","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SpicyPizza.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-20T23:16:32.000Z","updated_at":"2026-07-14T10:48:32.000Z","dependencies_parsed_at":"2023-01-04T12:15:09.334Z","dependency_job_id":"743828e0-1397-4176-ab55-b5236e8cda5b","html_url":"https://github.com/SpicyPizza/create-envfile","commit_stats":{"total_commits":98,"total_committers":11,"mean_commits":8.909090909090908,"dds":0.3163265306122449,"last_synced_commit":"991bed69393dc4421243f03797a28ad1f0ea662a"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/SpicyPizza/create-envfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpicyPizza","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/sbom","scorecard":{"id":132916,"data":{"date":"2025-08-11","repo":{"name":"github.com/SpicyPizza/create-envfile","commit":"ace6d4f5d7802b600276c23ca417e669f1a06f6f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"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":"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:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Warn: no topLevel permission defined: .github/workflows/check-dist.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/test-main.yml:1","Warn: no topLevel permission defined: .github/workflows/test-pr.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":"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 2/6 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":"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":"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":"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":"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: 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":"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/check-dist.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-main.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/test-main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pr.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/test-pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pr.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/test-pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pr.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/SpicyPizza/create-envfile/test-pr.yml/main?enable=pin","Info:   0 out of  11 GitHub-owned GitHubAction 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":"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":"Vulnerabilities","score":1,"reason":"9 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","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-16T05:38:43.794Z","repository_id":37805601,"created_at":"2025-08-16T05:38:43.794Z","updated_at":"2025-08-16T05:38:43.794Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37230536,"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-12T02:00:07.213Z","response_time":57,"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":"SpicyPizza","name":"Timsle","uuid":"42011593","kind":"organization","description":"","email":null,"website":"https://timsle.com","location":"Ottawa","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/42011593?v=4","repositories_count":1,"last_synced_at":"2023-03-05T21:04:21.238Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/SpicyPizza","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T22:53:26.523Z","updated_at":"2023-03-05T21:04:21.242Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpicyPizza","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpicyPizza/repositories"},"tags":[{"name":"v2.0.3","sha":"ace6d4f5d7802b600276c23ca417e669f1a06f6f","kind":"commit","published_at":"2024-02-21T02:57:21.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v2.0.3","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v2.0.3","dependencies_parsed_at":"2024-02-23T04:32:25.072Z","dependency_job_id":null,"purl":"pkg:github/SpicyPizza/create-envfile@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"1e127125f92644a19b9230964f24ee8c5955b73b","kind":"commit","published_at":"2023-06-17T16:18:35.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v2.0.2","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v2.0.2","dependencies_parsed_at":"2023-06-26T00:08:10.411Z","dependency_job_id":"fd9c0bf3-708b-436b-9e30-11273d5a7479","purl":"pkg:github/SpicyPizza/create-envfile@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.2/manifests"},{"name":"v2.0","sha":"f26dab7d971693adc60941157636a49bfc9f735e","kind":"commit","published_at":"2023-06-16T21:12:47.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v2.0","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v2.0","dependencies_parsed_at":"2023-06-26T02:10:52.973Z","dependency_job_id":"e3535b35-936b-412f-b8a4-59c75b87915c","purl":"pkg:github/SpicyPizza/create-envfile@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0/manifests"},{"name":"v2","sha":"f26dab7d971693adc60941157636a49bfc9f735e","kind":"commit","published_at":"2023-06-16T21:12:47.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v2","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v2","dependencies_parsed_at":"2023-06-26T01:21:58.062Z","dependency_job_id":"3f463152-2746-42ce-b4b2-7047d2dc0b57","purl":"pkg:github/SpicyPizza/create-envfile@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2/manifests"},{"name":"v2.0.1","sha":"f26dab7d971693adc60941157636a49bfc9f735e","kind":"commit","published_at":"2023-06-16T21:12:47.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v2.0.1","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v2.0.1","dependencies_parsed_at":"2023-06-26T00:09:09.443Z","dependency_job_id":"70564133-b957-47ac-a66d-b1761a578f0b","purl":"pkg:github/SpicyPizza/create-envfile@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"0fa6ba5bf9462d708f84f61204684cc11c42ea1d","kind":"commit","published_at":"2023-06-16T20:06:13.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v2.0.0","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v2.0.0","dependencies_parsed_at":"2023-06-25T22:12:16.213Z","dependency_job_id":"dcc20ffa-c0d4-4164-a462-dff89fe41dfa","purl":"pkg:github/SpicyPizza/create-envfile@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v2.0.0/manifests"},{"name":"v1.3.0","sha":"a8e32e193370fc80ac4d090ac674b4ae101dc97d","kind":"tag","published_at":"2022-02-16T19:30:30.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1.3.0","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T00:22:18.460Z","dependency_job_id":"7f583523-1591-4070-b26a-6edf00b510b4","purl":"pkg:github/SpicyPizza/create-envfile@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.3.0/manifests"},{"name":"v1","sha":"041383d6577d09916e24632ef274f18ec2909b4f","kind":"tag","published_at":"2022-02-16T19:29:33.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1","dependencies_parsed_at":"2023-05-31T00:22:30.800Z","dependency_job_id":"309ee809-5222-4d59-beaf-2109cef82a95","purl":"pkg:github/SpicyPizza/create-envfile@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1/manifests"},{"name":"v1.3","sha":"041383d6577d09916e24632ef274f18ec2909b4f","kind":"tag","published_at":"2022-02-16T19:29:25.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1.3","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1.3","dependencies_parsed_at":"2023-05-31T00:22:30.252Z","dependency_job_id":"f41428f6-13dd-4c8e-a51a-80adeabc908c","purl":"pkg:github/SpicyPizza/create-envfile@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.3/manifests"},{"name":"v1.3.1","sha":"041383d6577d09916e24632ef274f18ec2909b4f","kind":"commit","published_at":"2022-02-16T19:21:00.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1.3.1","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-31T00:22:18.029Z","dependency_job_id":"61cd8db8-bae3-44ed-8fb5-ef9bbeb00ca4","purl":"pkg:github/SpicyPizza/create-envfile@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.3.1/manifests"},{"name":"v1.2","sha":"95b823495192adacdf6704a50da53bca881b1a30","kind":"commit","published_at":"2021-10-26T00:54:06.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1.2","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1.2","dependencies_parsed_at":"2023-05-31T00:22:31.336Z","dependency_job_id":"d2d04b3b-25fc-47d9-9c9e-e642ffbf9d18","purl":"pkg:github/SpicyPizza/create-envfile@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.2/manifests"},{"name":"1.1","sha":"8b294d5418a318a60b171c77f0f514c356feec37","kind":"commit","published_at":"2021-04-18T21:38:30.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/1.1","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/1.1","dependencies_parsed_at":"2023-05-31T00:22:32.621Z","dependency_job_id":"9cb05007-d42e-4588-905d-4554d9c940de","purl":"pkg:github/SpicyPizza/create-envfile@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/1.1/manifests"},{"name":"v1.1","sha":"8b294d5418a318a60b171c77f0f514c356feec37","kind":"commit","published_at":"2021-04-18T21:38:30.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1.1","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1.1","dependencies_parsed_at":"2023-05-31T00:22:33.445Z","dependency_job_id":"336e353b-c13d-40a4-bcbf-346472a4ddcf","purl":"pkg:github/SpicyPizza/create-envfile@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.1/manifests"},{"name":"v1.0","sha":"68bc962e171da964dea0d34ca817dd5f246a8f53","kind":"tag","published_at":"2020-06-19T15:12:52.000Z","download_url":"https://codeload.github.com/SpicyPizza/create-envfile/tar.gz/v1.0","html_url":"https://github.com/SpicyPizza/create-envfile/releases/tag/v1.0","dependencies_parsed_at":"2023-05-31T00:22:37.012Z","dependency_job_id":"f9632e3a-2a7c-4e26-a6d2-37b892dd752d","purl":"pkg:github/SpicyPizza/create-envfile@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/tags/v1.0/manifests"}]},"repo_metadata_updated_at":"2026-09-12T04:58:53.561Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":355,"rankings":{"downloads":null,"dependent_repos_count":1.9553161147203295,"dependent_packages_count":0.0,"stargazers_count":0.7859293297417209,"forks_count":1.0774837585168753,"docker_downloads_count":null,"average":0.9546823007447314},"purl":"pkg:githubactions/SpicyPizza/create-envfile","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/SpicyPizza/create-envfile","docker_dependents_count":2,"docker_downloads_count":35,"usage_url":"https://repos.ecosyste.ms/usage/actions/SpicyPizza/create-envfile","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/SpicyPizza/create-envfile/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-06T11:13:10.661Z","issues_count":43,"pull_requests_count":138,"avg_time_to_close_issue":9254725.714285715,"avg_time_to_close_pull_request":1093902.4603174604,"issues_closed_count":35,"pull_requests_closed_count":126,"pull_request_authors_count":17,"issue_authors_count":39,"avg_comments_per_issue":3.2790697674418605,"avg_comments_per_pull_request":0.7753623188405797,"merged_pull_requests_count":37,"bot_issues_count":0,"bot_pull_requests_count":106,"past_year_issues_count":1,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"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":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpicyPizza%2Fcreate-envfile/issues","maintainers":[{"login":"AngelOnFira","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AngelOnFira"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SpicyPizza%2Fcreate-envfile/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SpicyPizza%2Fcreate-envfile/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SpicyPizza%2Fcreate-envfile/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SpicyPizza%2Fcreate-envfile/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SpicyPizza%2Fcreate-envfile/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SpicyPizza%2Fcreate-envfile/codemeta","maintainers":[]}