{"id":5805334,"name":"Azure/aks-create-action","ecosystem":"actions","description":"Create an AKS Cluster","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Azure/aks-create-action","keywords_array":["action","actions","aks","azure","create","github-action","github-actions","k8s","kubernetes"],"namespace":"Azure","versions_count":2,"first_release_published_at":"2021-10-28T22:20:37.000Z","latest_release_published_at":"2021-10-28T22:46:13.000Z","latest_release_number":"1.1","last_synced_at":"2026-06-24T11:05:05.379Z","created_at":"2023-01-04T15:31:50.361Z","updated_at":"2026-06-24T11:05:05.379Z","registry_url":"https://github.com/Azure/aks-create-action","install_command":null,"documentation_url":null,"metadata":{"name":"Create AKS Cluster","description":"Create an AKS Cluster","branding":{"icon":"anchor","color":"blue"},"inputs":{"ARM_CLIENT_ID":{"description":"Client ID for Service Principal","required":true},"ARM_CLIENT_SECRET":{"description":"Client Secret for Service Principal","required":true},"ARM_SUBSCRIPTION_ID":{"description":"Subscription for Service Principal","required":true},"ARM_TENANT_ID":{"description":"Tenant for Service Principal","required":true},"RESOURCE_GROUP_NAME":{"description":"Resource Group for cluster","required":true},"CLUSTER_NAME":{"description":"Name for cluster","required":true},"CLUSTER_SIZE":{"description":"Size of cluster (dev or test)","required":false,"default":"dev"},"STORAGE_ACCOUNT_NAME":{"description":"Name for Storage Account","required":true},"STORAGE_CONTAINER_NAME":{"description":"Name for Storage Container","required":true},"STORAGE_ACCESS_KEY":{"description":"Access Key for Storage Container","required":true},"ACTION_TYPE":{"description":"create or destroy","required":false,"default":"create"},"CREATE_ACR":{"description":"create ACR with cluster name","default":"false"}},"runs":{"using":"docker","image":"Dockerfile","args":["${{ inputs.ARM_CLIENT_ID }}","${{ inputs.ARM_CLIENT_SECRET }}","${{ inputs.ARM_SUBSCRIPTION_ID }}","${{ inputs.ARM_TENANT_ID }}","${{ inputs.RESOURCE_GROUP_NAME }}","${{ inputs.CLUSTER_NAME }}","${{ inputs.CLUSTER_SIZE }}","${{ inputs.STORAGE_ACCOUNT_NAME }}","${{ inputs.STORAGE_CONTAINER_NAME }}","${{ inputs.STORAGE_ACCESS_KEY }}","${{ inputs.ACTION_TYPE }}","${{ inputs.CREATE_ACR }}"]},"default_branch":"main","path":null},"repo_metadata":{"id":37461753,"uuid":"422361396","full_name":"Azure/aks-create-action","owner":"Azure","description":"Github Action to create a Azure Kuberetes Service Cluster","archived":false,"fork":false,"pushed_at":"2022-02-10T17:51:48.000Z","size":83,"stargazers_count":8,"open_issues_count":1,"forks_count":12,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-06T00:35:36.113Z","etag":null,"topics":["action","actions","aks","azure","create","github-action","github-actions","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","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":null,"security":"SECURITY.md","support":null}},"created_at":"2021-10-28T21:32:13.000Z","updated_at":"2024-02-23T18:26:59.000Z","dependencies_parsed_at":"2023-01-11T17:21:15.113Z","dependency_job_id":null,"html_url":"https://github.com/Azure/aks-create-action","commit_stats":{"total_commits":69,"total_committers":5,"mean_commits":13.8,"dds":"0.14492753623188404","last_synced_commit":"0982590a235f24d5d9b6babd1d4966d1378fc465"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Azure/aks-create-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/aks-create-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/sbom","scorecard":{"id":18793,"data":{"date":"2025-08-11","repo":{"name":"github.com/Azure/aks-create-action","commit":"0982590a235f24d5d9b6babd1d4966d1378fc465"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"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":"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":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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":"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":"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":"Code-Review","score":10,"reason":"all changesets reviewed","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":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/aks/github-actions/aks-create to mcr.microsoft.com/aks/github-actions/aks-create@sha256:e8aaf751c69633716edec0f43c66153298f845a028f0cd6dc2571a3d1d9597be","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["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"}},{"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"}}]},"last_synced_at":"2025-08-14T16:21:14.801Z","repository_id":37461753,"created_at":"2025-08-14T16:21:14.802Z","updated_at":"2025-08-14T16:21:14.802Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542681,"owners_count":26004060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":"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-05T00:25:05.848Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Azure","funding_links":[],"total_stars":207710,"followers":13223,"following":0,"created_at":"2022-11-02T16:20:18.910Z","updated_at":"2025-10-05T00:25:05.848Z","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":"1.1","sha":"04f6017050d51ddc89eeaa0e847231197cede5d8","kind":"commit","published_at":"2021-10-28T22:46:13.000Z","download_url":"https://codeload.github.com/Azure/aks-create-action/tar.gz/1.1","html_url":"https://github.com/Azure/aks-create-action/releases/tag/1.1","dependencies_parsed_at":"2023-05-31T02:02:45.573Z","dependency_job_id":null,"purl":"pkg:github/Azure/aks-create-action@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/tags/1.1/manifests"},{"name":"1.0","sha":"86c488d94bfac83e6d279ef52d1fa34d49c3acd0","kind":"commit","published_at":"2021-10-28T22:20:37.000Z","download_url":"https://codeload.github.com/Azure/aks-create-action/tar.gz/1.0","html_url":"https://github.com/Azure/aks-create-action/releases/tag/1.0","dependencies_parsed_at":"2023-05-31T02:02:46.588Z","dependency_job_id":null,"purl":"pkg:github/Azure/aks-create-action@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Faks-create-action/tags/1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-06T01:12:00.212Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.753604816986215,"dependent_packages_count":0.0,"stargazers_count":15.607669149104739,"forks_count":6.132150213912216,"docker_downloads_count":null,"average":11.623356045000792},"purl":"pkg:githubactions/Azure/aks-create-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Azure/aks-create-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Azure/aks-create-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Azure/aks-create-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T01:52:23.399Z","issues_count":0,"pull_requests_count":4,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":3904430.25,"issues_closed_count":0,"pull_requests_closed_count":4,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"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":0,"past_year_avg_comments_per_issue":null,"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%2Faks-create-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2Faks-create-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2Faks-create-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2Faks-create-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2Faks-create-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2Faks-create-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Azure%2Faks-create-action/codemeta","maintainers":[]}