{"id":6325747,"name":"azure/powershell","ecosystem":"actions","description":"Automate your GitHub workflows using Azure PowerShell scripts.","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/azure/powershell","keywords_array":[],"namespace":"Azure","versions_count":12,"first_release_published_at":"2020-05-13T05:48:31.000Z","latest_release_published_at":"2026-03-23T06:34:24.000Z","latest_release_number":"v3.0.0","last_synced_at":"2026-06-01T18:31:09.770Z","created_at":"2023-02-13T12:51:51.112Z","updated_at":"2026-06-01T18:31:09.771Z","registry_url":"https://github.com/azure/powershell","install_command":null,"documentation_url":null,"metadata":{"name":"Azure PowerShell Action","description":"Automate your GitHub workflows using Azure PowerShell scripts.","inputs":{"inlineScript":{"description":"Specify the Az PowerShell script here.","required":true},"azPSVersion":{"description":"Azure PS version to be used to execute the script, example: 1.8.0, 2.8.0, 3.4.0. To use the latest version, specify \"latest\".","required":true},"errorActionPreference":{"description":"Select the value of the ErrorActionPreference variable for executing the script. Options: stop, continue, silentlyContinue. Default is Stop.","required":false,"default":"Stop"},"failOnStandardError":{"description":"If this is true, this task will fail if any errors are written to the error pipeline, or if any data is written to the Standard Error stream.","required":false,"default":"false"},"githubToken":{"description":"Used to pull Az module from Azure/az-ps-module-versions.  Since there's a default, this is typically not supplied by the user.","default":"${{ github.token }}"}},"branding":{"icon":"log-in","color":"blue"},"runs":{"using":"node24","main":"lib/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":39600372,"uuid":"246262113","full_name":"Azure/powershell","owner":"Azure","description":"GH Action to run Az PowerShell scripts for developers and administrators to develop, deploy, and manage Microsoft Azure applications.","archived":false,"fork":false,"pushed_at":"2026-03-20T06:17:14.000Z","size":33501,"stargazers_count":74,"open_issues_count":6,"forks_count":47,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-03-20T06:45:11.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-10T09:44:31.000Z","updated_at":"2026-03-05T02:12:28.000Z","dependencies_parsed_at":"2024-08-25T22:25:08.116Z","dependency_job_id":"401101ce-7659-49c1-a424-ca76b7649ad4","html_url":"https://github.com/Azure/powershell","commit_stats":{"total_commits":57,"total_committers":17,"mean_commits":"3.3529411764705883","dds":0.7719298245614035,"last_synced_commit":"f711c0fc926921f126e18d152ae1d2a35b9876fd"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Azure/powershell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/sbom","scorecard":{"id":18989,"data":{"date":"2025-08-11","repo":{"name":"github.com/Azure/powershell","commit":"f711c0fc926921f126e18d152ae1d2a35b9876fd"},"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":"Code-Review","score":4,"reason":"Found 6/15 approved changesets -- score normalized to 4","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":"Maintained","score":1,"reason":"0 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 1","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:9","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/codeql.yml:10","Info: topLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:8","Warn: no topLevel permission defined: .github/workflows/defaultLabels.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":"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":"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":"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:19: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/defaultLabels.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/defaultLabels.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/defaultLabels.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/Azure/powershell/defaultLabels.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:23","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand 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":"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":1,"reason":"branch protection is not maximal on development and all release branches","details":["Warn: branch protection not enabled for branch 'releases/v1'","Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Warn: 'stale review dismissal' is disabled on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Info: codeowner review is required on branch 'master'","Info: 'last push approval' is required to merge on branch 'master'","Warn: no status checks found to merge onto branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 29 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"}},{"name":"Vulnerabilities","score":5,"reason":"5 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-952p-6rrq-rcjv"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T16:23:41.360Z","repository_id":39600372,"created_at":"2025-08-14T16:23:41.360Z","updated_at":"2025-08-14T16:23:41.360Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31118479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-28T17:50:59.904Z","status":"ssl_error","status_checked_at":"2026-03-28T17:50:59.435Z","response_time":79,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"Azure","name":"Microsoft Azure","uuid":"6844498","kind":"organization","description":"APIs, SDKs and open source projects from Microsoft Azure","email":null,"website":"https://docs.microsoft.com/en-us/azure/","location":"United States of America","twitter":"Azure","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6844498?v=4","repositories_count":2270,"last_synced_at":"2025-10-30T00:34:32.085Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Azure","funding_links":[],"total_stars":207710,"followers":13391,"following":0,"created_at":"2022-11-02T16:20:18.910Z","updated_at":"2025-10-30T00:34:32.085Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure/repositories"},"tags":[{"name":"v3","sha":"f5b8adcfff1904872c7b98d4012d4914d74b1a82","kind":"tag","published_at":"2026-03-23T06:45:13.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v3","html_url":"https://github.com/Azure/powershell/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v3/manifests"},{"name":"v3.0.0","sha":"f5b8adcfff1904872c7b98d4012d4914d74b1a82","kind":"tag","published_at":"2026-03-23T06:34:24.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v3.0.0","html_url":"https://github.com/Azure/powershell/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"53dd145408794f7e80f97cfcca04155c85234709","kind":"tag","published_at":"2024-03-27T06:34:00.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v2.0.0","html_url":"https://github.com/Azure/powershell/releases/tag/v2.0.0","dependencies_parsed_at":"2024-03-28T04:13:49.778Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v2.0.0/manifests"},{"name":"v2","sha":"53dd145408794f7e80f97cfcca04155c85234709","kind":"tag","published_at":"2024-03-27T06:32:54.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v2","html_url":"https://github.com/Azure/powershell/releases/tag/v2","dependencies_parsed_at":"2024-03-28T04:13:49.761Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v2/manifests"},{"name":"v1.4.0","sha":"1300bbd2b3e1c21c029fe34887d16d2809a1397f","kind":"tag","published_at":"2023-11-20T08:18:35.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.4.0","html_url":"https://github.com/Azure/powershell/releases/tag/v1.4.0","dependencies_parsed_at":"2023-11-21T04:06:37.424Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"63983db362630d2ca06c844410baf88f885c1f69","kind":"tag","published_at":"2023-11-03T08:57:49.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.3.0","html_url":"https://github.com/Azure/powershell/releases/tag/v1.3.0","dependencies_parsed_at":"2023-11-05T04:10:47.010Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"eb762bd84ce83c740586c69870d7ccbee5f911a5","kind":"commit","published_at":"2022-11-19T10:38:35.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.2.0","html_url":"https://github.com/Azure/powershell/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T20:14:05.660Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.2.0/manifests"},{"name":"v1","sha":"38b0aa56c413239bd9dcc898d1f62986233658bc","kind":"tag","published_at":"2021-03-17T13:46:53.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1","html_url":"https://github.com/Azure/powershell/releases/tag/v1","dependencies_parsed_at":"2023-05-30T23:41:14.086Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1/manifests"},{"name":"v1.1.0","sha":"38b0aa56c413239bd9dcc898d1f62986233658bc","kind":"commit","published_at":"2021-03-17T13:38:34.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.1.0","html_url":"https://github.com/Azure/powershell/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T23:41:12.825Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"a63f3fca533f5963edefd0610a512641be5a9c3f","kind":"commit","published_at":"2020-11-10T06:00:50.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.0.2","html_url":"https://github.com/Azure/powershell/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T23:41:14.709Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"ec1cab1d43c767d4b5bc5d062a718025cbb970dd","kind":"commit","published_at":"2020-11-06T11:53:27.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.0.1","html_url":"https://github.com/Azure/powershell/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T23:41:15.377Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"9bff185527392da9e9f2a5e2aed542b86bd310a1","kind":"commit","published_at":"2020-05-13T05:48:31.000Z","download_url":"https://codeload.github.com/Azure/powershell/tar.gz/v1.0.0","html_url":"https://github.com/Azure/powershell/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T23:41:16.231Z","dependency_job_id":null,"purl":"pkg:github/Azure/powershell@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fpowershell/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-03-28T19:01:43.795Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":453,"rankings":{"downloads":null,"dependent_repos_count":1.7429884328949454,"dependent_packages_count":0.0,"stargazers_count":4.040564094438282,"forks_count":1.6732688955791477,"docker_downloads_count":null,"average":1.8642053557280938},"purl":"pkg:githubactions/azure/powershell","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/azure/powershell","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/azure/powershell","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/azure/powershell/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-27T03:00:54.048Z","issues_count":43,"pull_requests_count":77,"avg_time_to_close_issue":6570195.638888889,"avg_time_to_close_pull_request":3449394.861111111,"issues_closed_count":36,"pull_requests_closed_count":72,"pull_request_authors_count":17,"issue_authors_count":40,"avg_comments_per_issue":3.5813953488372094,"avg_comments_per_pull_request":0.7012987012987013,"merged_pull_requests_count":56,"bot_issues_count":0,"bot_pull_requests_count":21,"past_year_issues_count":2,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"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/Azure%2Fpowershell/issues","maintainers":[{"login":"YanaXu","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/YanaXu"},{"login":"VeryEarly","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VeryEarly"},{"login":"isra-fel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/isra-fel"},{"login":"geekzter","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/geekzter"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/azure%2Fpowershell/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/azure%2Fpowershell/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/azure%2Fpowershell/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/azure%2Fpowershell/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/azure%2Fpowershell/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/azure%2Fpowershell/codemeta","maintainers":[]}