{"id":7743073,"name":"microsoft/ps-rule","ecosystem":"actions","description":"Run rules in a GitHub repository.","homepage":"https://github.com/marketplace/actions/psrule","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/microsoft/ps-rule","keywords_array":["devops-tools","github","github-action","iac","infrastructure-as-code","powershell","ps-rule","psrule","rule"],"namespace":"microsoft","versions_count":38,"first_release_published_at":"2020-07-22T11:47:22.000Z","latest_release_published_at":"2023-06-18T13:24:42.000Z","latest_release_number":"v2.9.0","last_synced_at":"2026-08-15T11:07:12.988Z","created_at":"2023-05-17T08:43:38.087Z","updated_at":"2026-08-15T11:23:24.725Z","registry_url":"https://github.com/microsoft/ps-rule","install_command":null,"documentation_url":null,"metadata":{"name":"PSRule","description":"Run rules in a GitHub repository.","author":"Microsoft","branding":{"icon":"check-circle","color":"green"},"inputs":{"inputType":{"description":"Determines the type of input to use for PSRule.","default":"repository","required":false},"inputPath":{"description":"The path PSRule will look for files to validate.","default":"","required":false},"modules":{"description":"A comma separated list of modules to use for analysis.","default":"","required":false},"source":{"description":"An path containing rules to use for analysis.","default":".ps-rule/","required":false},"baseline":{"description":"The name of a PSRule baseline to use.","default":"","required":false},"conventions":{"description":"A comma separated list of conventions to use.","default":"","required":false},"option":{"description":"The path to an options file.","default":"","required":false},"outcome":{"description":"Filters output to include results with the specified outcome.","default":"","required":false},"outputFormat":{"description":"The format to use when writing results to disk. When set to None results are not written to disk.","default":"None","required":false},"outputPath":{"description":"The file path to write results to.","default":"","required":false},"path":{"description":"The working directory PSRule is run from.","default":"","required":false},"prerelease":{"description":"Determine if a pre-release module version is installed.","default":"false","required":false},"repository":{"description":"The name of the PowerShell repository where PSRule modules are installed from. By default this is the PowerShell Gallery.","default":"PSGallery","required":false},"summary":{"description":"Determines if a job summary is written.","default":"true","required":false},"version":{"description":"The specific version of PSRule to use.","default":"","required":false}},"runs":{"using":"composite","steps":[{"name":"Analysis","shell":"pwsh","working-directory":"${{ github.workspace }}","run":"${{ github.action_path }}/powershell.ps1 -InputType '${{ inputs.inputType }}' -InputPath '${{ inputs.inputPath }}' -Modules '${{ inputs.modules }}' -Source '${{ inputs.source }}' -Baseline '${{ inputs.baseline }}' -Conventions '${{ inputs.conventions }}' -Option '${{ inputs.option }}' -Outcome '${{ inputs.outcome }}' -OutputFormat '${{ inputs.outputFormat }}' -OutputPath '${{ inputs.outputPath }}' -Path '${{ inputs.path }}' -PreRelease '${{ inputs.prerelease }}' -Repository '${{ inputs.repository }}' -Summary '${{ inputs.summary }}' -Version '${{ inputs.version }}'"}]},"default_branch":"main","path":null},"repo_metadata":{"id":40397081,"uuid":"205811333","full_name":"microsoft/ps-rule","owner":"microsoft","description":"Validate infrastructure as code (IaC) and DevOps repositories using GitHub Actions.","archived":false,"fork":false,"pushed_at":"2026-07-28T05:22:19.000Z","size":273,"stargazers_count":92,"open_issues_count":7,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-08-02T22:54:13.032Z","etag":null,"topics":["devops-tools","github","github-action","iac","infrastructure-as-code","powershell","ps-rule","psrule","rule"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/psrule","language":"PowerShell","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/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","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,"disclosure":null}},"created_at":"2019-09-02T08:28:38.000Z","updated_at":"2026-07-10T00:44:14.000Z","dependencies_parsed_at":"2024-06-18T16:55:31.525Z","dependency_job_id":"daa64798-5d04-467d-aa77-954ae237cde0","html_url":"https://github.com/microsoft/ps-rule","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/microsoft/ps-rule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/sbom","scorecard":{"id":643458,"data":{"date":"2025-08-11","repo":{"name":"github.com/microsoft/ps-rule","commit":"3595e4f8e65998c058486ae5c67035688d8be5ba"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.9,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/12 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":"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":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"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":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build.yaml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/build.yaml:69","Info: jobLevel 'contents' permission set to 'read': .github/workflows/build.yaml:94","Info: jobLevel 'actions' permission set to 'read': .github/workflows/build.yaml:109","Info: jobLevel 'contents' permission set to 'read': .github/workflows/build.yaml:110","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/dependencies.yaml:25","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:39","Info: found token with 'none' permissions: .github/workflows/build.yaml:1","Info: found token with 'none' permissions: .github/workflows/dependencies.yaml:1","Info: found token with 'none' permissions: .github/workflows/release.yaml:1","Info: found token with 'none' permissions: .github/workflows/stale.yaml:1"],"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":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/ps-rule/build.yaml/main?enable=pin","Info:   9 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   2 third-party 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":"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":"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":"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":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: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Info: 'last push approval' is required to merge 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":5,"reason":"SAST tool is not run on all commits -- score normalized to 5","details":["Warn: 17 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-21T11:25:53.448Z","repository_id":40397081,"created_at":"2025-08-21T11:25:53.448Z","updated_at":"2025-08-21T11:25:53.448Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36683808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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":"microsoft","name":"Microsoft","uuid":"6154722","kind":"organization","description":"Open source projects and samples from Microsoft","email":"opensource@microsoft.com","website":"https://opensource.microsoft.com","location":"Redmond, WA","twitter":"OpenAtMicrosoft","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6154722?v=4","repositories_count":8038,"last_synced_at":"2026-08-14T04:42:57.340Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/microsoft","funding_links":[],"total_stars":4168199,"followers":127546,"following":0,"created_at":"2022-11-02T16:20:12.368Z","updated_at":"2026-08-14T04:42:57.370Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft/repositories"},"tags":[{"name":"v2.9.0","sha":"46451b8f5258c41beb5ae69ed7190ccbba84112c","kind":"commit","published_at":"2023-06-18T13:24:42.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.9.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.9.0","dependencies_parsed_at":"2023-06-28T02:08:23.193Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.9.0/manifests"},{"name":"v2.8.1","sha":"c7e4f1961df18c448aec33d632eebcb4c84bdc73","kind":"commit","published_at":"2023-04-07T08:27:48.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.8.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.8.1","dependencies_parsed_at":"2023-06-02T00:51:46.262Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"29ff34d428fa880a0ea25a15e0f6f27c9980628a","kind":"commit","published_at":"2023-03-29T13:33:32.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.8.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.8.0","dependencies_parsed_at":"2023-06-02T00:51:46.174Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"1570d7788f7aaa44c3375a6f52ee9404c694fc91","kind":"commit","published_at":"2023-01-11T03:15:57.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.7.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.7.0","dependencies_parsed_at":"2023-06-01T13:25:34.479Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"b2a974cec40ed6966635e6ffadadb6c182c0df84","kind":"commit","published_at":"2022-11-22T08:02:00.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.6.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.6.0","dependencies_parsed_at":"2023-06-01T11:12:18.650Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.6.0/manifests"},{"name":"v2.5.2","sha":"60dc2e7859c46d7d9d045f2d18f6b26e8f79cb2d","kind":"commit","published_at":"2022-10-25T14:01:40.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.5.2","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.5.2","dependencies_parsed_at":"2023-06-01T11:12:19.208Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"c6d49a963a3fb153c31d2ee2a732fb00794e1bba","kind":"commit","published_at":"2022-10-19T15:14:37.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.5.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.5.1","dependencies_parsed_at":"2023-05-31T17:58:34.686Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"acd2fd2df8445729eaba5e9ea19617745f58804c","kind":"commit","published_at":"2022-10-17T11:48:24.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.5.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.5.0","dependencies_parsed_at":"2023-05-31T17:58:35.253Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.5.0/manifests"},{"name":"v2.4.2","sha":"7b83abfbc534bb7dfe2b2a5a02cd8aaa73c41292","kind":"commit","published_at":"2022-10-04T15:10:00.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.4.2","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.4.2","dependencies_parsed_at":"2023-05-31T17:58:35.894Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"bc4fe9531e0039d7324eb4a7b4a84af3ecf6f827","kind":"commit","published_at":"2022-09-30T02:27:40.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.4.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.4.1","dependencies_parsed_at":"2023-05-31T17:58:36.463Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"8b19f8899cb979a245f9b52088e856a1c9423b6f","kind":"commit","published_at":"2022-09-12T11:57:51.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.4.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.4.0","dependencies_parsed_at":"2023-05-30T20:54:29.878Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.4.0/manifests"},{"name":"v2.3.2","sha":"67f1f9054911c456a7dbb950201f666f0b744bc7","kind":"commit","published_at":"2022-08-13T11:43:58.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.3.2","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.3.2","dependencies_parsed_at":"2023-05-30T20:54:30.523Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"e390b635610db92ffce1390c084927aa5160b90e","kind":"commit","published_at":"2022-08-12T05:06:19.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.3.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.3.1","dependencies_parsed_at":"2023-05-30T20:54:31.112Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"679331a54b7ef22d09d4161ffd4e6a78c355a826","kind":"commit","published_at":"2022-08-08T14:59:32.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.3.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-30T20:54:31.824Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"b07d937f42c396731fe58694fbe4d08ca2c46a62","kind":"commit","published_at":"2022-07-02T11:54:01.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.2.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-30T20:54:32.450Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a915df8c26eeff61470124dc6e4a9ee24c682f69","kind":"commit","published_at":"2022-05-08T03:28:13.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.1.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T20:54:33.059Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"913946d8fd537168166688232291ac6ed2cbc4c7","kind":"commit","published_at":"2022-04-25T13:07:10.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.0.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T20:54:33.789Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"3beb5e04564404202bbdc00c09ddcd7a46a1ac1e","kind":"commit","published_at":"2022-03-25T02:34:44.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v2.0.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T20:54:34.406Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v2.0.0/manifests"},{"name":"v1.12.0","sha":"5a1645f5ade70a6912b20d36337cec919f97f6a3","kind":"commit","published_at":"2022-01-05T13:48:51.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.12.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.12.0","dependencies_parsed_at":"2023-05-30T20:54:34.835Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.12.0/manifests"},{"name":"v1.11.0","sha":"f2d4ba0b922c96bac35dee944f9f0627021a0ea8","kind":"commit","published_at":"2021-12-22T04:55:34.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.11.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.11.0","dependencies_parsed_at":"2023-05-30T20:54:35.235Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"dccab9297d0348d09310dc68e346ab81b1671d3e","kind":"commit","published_at":"2021-11-10T14:13:34.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.10.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.10.0","dependencies_parsed_at":"2023-05-30T20:54:35.619Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"977c345a99d44be7188a0822011f42daf02ed8a6","kind":"commit","published_at":"2021-10-08T03:24:10.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.9.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.9.0","dependencies_parsed_at":"2023-05-30T20:54:35.981Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.9.0/manifests"},{"name":"v1.8.1","sha":"b2af3b5e91c81b4184dcb8a66aa2843506996c98","kind":"commit","published_at":"2021-09-11T07:33:49.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.8.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.8.1","dependencies_parsed_at":"2023-05-30T20:54:36.429Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"aff76b56e6c4e4b35081e99dec30d66c737008db","kind":"commit","published_at":"2021-09-05T04:36:36.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.8.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.8.0","dependencies_parsed_at":"2023-05-30T20:54:36.881Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"8cb4ecc69f52dfa299baba2dc59a745f2d93d6d3","kind":"commit","published_at":"2021-08-11T03:22:17.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.7.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.7.0","dependencies_parsed_at":"2023-05-30T20:54:37.295Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"800c47c908c9b58caf29c218900ffca0280ab222","kind":"commit","published_at":"2021-07-22T11:46:29.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.6.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.6.0","dependencies_parsed_at":"2023-05-30T20:54:37.771Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"f44eb86277db1e3452cf700c09dca7abb55acf4c","kind":"commit","published_at":"2021-06-06T13:11:52.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.5.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.5.0","dependencies_parsed_at":"2023-05-30T20:54:38.191Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"28286167e46e75c3f200c8a7b0d6a26b57714e1e","kind":"commit","published_at":"2021-05-03T04:53:32.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.4.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-30T20:54:38.560Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"9ed3a62942df64f4f007bf214f1ad1952e394b1c","kind":"commit","published_at":"2021-04-01T17:39:01.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.3.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-30T20:54:38.980Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"c090d61ac88fa6a678dd6351fd0394755d1a4038","kind":"commit","published_at":"2021-03-01T04:08:41.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.2.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T20:54:39.417Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"573e47ca048b8261ae045af690eaf804ad39612f","kind":"commit","published_at":"2021-02-17T14:03:25.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.1.1","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-30T20:54:39.790Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"b1a93408c24390c75e35b2d25174d9866070a902","kind":"commit","published_at":"2021-01-07T06:02:39.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.1.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T20:54:40.218Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"56d2d03d5e118616fc0389fe6f6699b5c5724709","kind":"commit","published_at":"2020-12-08T03:35:32.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v1.0.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T20:54:40.611Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v1.0.0/manifests"},{"name":"v0.5.0","sha":"11f2eee48df39c37be08631a0d55533937f62479","kind":"commit","published_at":"2020-11-05T11:27:10.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v0.5.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-30T20:54:41.055Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"af633087d579cffbb1f21a1794825a4f98d45ae3","kind":"commit","published_at":"2020-10-20T12:34:23.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v0.4.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-30T20:54:41.500Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0d67028f7d355adb086aaec123b1456a1054bd21","kind":"commit","published_at":"2020-09-08T13:05:04.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v0.3.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-30T20:54:41.950Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"456aae5d83cc161981860ab8c0ae56b38798e855","kind":"commit","published_at":"2020-08-01T04:08:15.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v0.2.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-30T20:54:42.305Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"e992e0bcb6f26981583c14e2f9f4dbb356077400","kind":"commit","published_at":"2020-07-22T11:47:22.000Z","download_url":"https://codeload.github.com/microsoft/ps-rule/tar.gz/v0.1.0","html_url":"https://github.com/microsoft/ps-rule/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T20:54:42.782Z","dependency_job_id":null,"purl":"pkg:github/microsoft/ps-rule@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-15T11:23:24.725Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":32,"rankings":{"downloads":null,"dependent_repos_count":7.789573760101411,"dependent_packages_count":0.0,"stargazers_count":2.7254000950720965,"forks_count":4.538108065282839,"docker_downloads_count":null,"average":3.7632704801140866},"purl":"pkg:githubactions/microsoft/ps-rule","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/microsoft/ps-rule","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/microsoft/ps-rule","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/microsoft/ps-rule/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-07-28T11:21:53.368Z","issues_count":45,"pull_requests_count":237,"avg_time_to_close_issue":595356.119047619,"avg_time_to_close_pull_request":505049.6478873239,"issues_closed_count":42,"pull_requests_closed_count":213,"pull_request_authors_count":5,"issue_authors_count":9,"avg_comments_per_issue":0.37777777777777777,"avg_comments_per_pull_request":0.15611814345991562,"merged_pull_requests_count":186,"bot_issues_count":0,"bot_pull_requests_count":128,"past_year_issues_count":0,"past_year_pull_requests_count":44,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1037877.4444444445,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5454545454545454,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":43,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fps-rule/issues","maintainers":[{"login":"BernieWhite","count":141,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/BernieWhite"},{"login":"Tatsinnit","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Tatsinnit"}],"active_maintainers":[{"login":"BernieWhite","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/BernieWhite"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/microsoft%2Fps-rule/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/microsoft%2Fps-rule/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/microsoft%2Fps-rule/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/microsoft%2Fps-rule/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/microsoft%2Fps-rule/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/microsoft%2Fps-rule/codemeta","maintainers":[]}