{"id":7743820,"name":"projectdiscovery/cloudlist-action","ecosystem":"actions","description":"Cloudlist is a tool for listing Assets from multiple Cloud Providers.","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/projectdiscovery/cloudlist-action","keywords_array":[],"namespace":"projectdiscovery","versions_count":2,"first_release_published_at":"2021-06-29T23:35:15.000Z","latest_release_published_at":"2022-11-06T08:41:45.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-04-12T11:31:38.633Z","created_at":"2023-05-17T08:45:22.221Z","updated_at":"2026-04-12T11:31:38.634Z","registry_url":"https://github.com/projectdiscovery/cloudlist-action","install_command":null,"documentation_url":null,"metadata":{"name":"Cloudlist Action","description":"Cloudlist is a tool for listing Assets from multiple Cloud Providers.","branding":{"icon":"activity","color":"blue"},"inputs":{"config":{"description":"Providers config file to use","required":true},"output":{"description":"File to save output result","required":false,"default":"cloudlist.log"},"json":{"description":"Format to save of output file","required":false,"default":false},"flags":{"description":"Additional cloudlist CLI flags to use","required":false}},"runs":{"using":"composite","steps":[{"run":"[ ! -x /home/runner/go/bin/cloudlist ] \u0026\u0026 go install -v github.com/projectdiscovery/cloudlist/cmd/cloudlist@latest\n[ ! -z ${{ inputs.config }} ] \u0026\u0026 echo \"config=-pc ${{ inputs.config }}\" \u003e\u003e $GITHUB_ENV\n[ ! -z ${{ inputs.output }} ] \u0026\u0026 echo \"output=-o ${{ inputs.output}}\" \u003e\u003e $GITHUB_ENV || echo \"output=-o cloudlist.log\" \u003e\u003e $GITHUB_ENV\n[ ! -z \"${{ inputs.flags }}\" ] \u0026\u0026 echo \"flags=${{ inputs.flags }}\" \u003e\u003e $GITHUB_ENV\n${{ inputs.json }} \u0026\u0026 echo \"json=-json\" \u003e\u003e $GITHUB_ENV\necho \"/home/runner/go/bin/\" \u003e\u003e $GITHUB_PATH\n","shell":"bash"},{"run":"cloudlist \\\n  ${{ env.config }} \\\n  ${{ env.output }} \\\n  ${{ env.flags }} \\\n  ${{ env.json }}\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":42014465,"uuid":"381516989","full_name":"projectdiscovery/cloudlist-action","owner":"projectdiscovery","description":"Cloudlist is a tool for listing Assets from multiple Cloud Providers.","archived":false,"fork":false,"pushed_at":"2022-11-06T09:43:23.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-09-16T09:02:15.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/projectdiscovery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-29T22:57:57.000Z","updated_at":"2025-01-22T09:14:34.000Z","dependencies_parsed_at":"2023-01-04T18:31:56.221Z","dependency_job_id":null,"html_url":"https://github.com/projectdiscovery/cloudlist-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/projectdiscovery/cloudlist-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectdiscovery","download_url":"https://codeload.github.com/projectdiscovery/cloudlist-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/sbom","scorecard":{"id":746536,"data":{"date":"2025-08-11","repo":{"name":"github.com/projectdiscovery/cloudlist-action","commit":"8875fc8f49349c412d5d5f2e5fcb685041e9f8bf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"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":"Code-Review","score":1,"reason":"Found 1/9 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":-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":"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":"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":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":"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":"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":"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.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/projectdiscovery/.github/SECURITY.md:1","Info: Found linked content: github.com/projectdiscovery/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/projectdiscovery/.github/SECURITY.md:1","Info: Found text in security policy: github.com/projectdiscovery/.github/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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 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-22T18:56:32.078Z","repository_id":42014465,"created_at":"2025-08-22T18:56:32.078Z","updated_at":"2025-08-22T18:56:32.078Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275789327,"owners_count":25528713,"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-09-18T02:00:09.552Z","response_time":77,"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":"projectdiscovery","name":"ProjectDiscovery","uuid":"50994705","kind":"organization","description":"Monitor your infrastructure. Real vulnerabilities. Zero noise.","email":"contact@projectdiscovery.io","website":"https://projectdiscovery.io/","location":null,"twitter":"pdiscoveryio","company":null,"icon_url":"https://avatars.githubusercontent.com/u/50994705?v=4","repositories_count":116,"last_synced_at":"2025-09-16T08:57:41.336Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/projectdiscovery","funding_links":[],"total_stars":110189,"followers":9721,"following":0,"created_at":"2022-11-02T16:52:44.915Z","updated_at":"2025-09-16T08:57:41.337Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectdiscovery","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectdiscovery/repositories"},"tags":[{"name":"v1.0.1","sha":"8875fc8f49349c412d5d5f2e5fcb685041e9f8bf","kind":"commit","published_at":"2022-11-06T08:41:45.000Z","download_url":"https://codeload.github.com/projectdiscovery/cloudlist-action/tar.gz/v1.0.1","html_url":"https://github.com/projectdiscovery/cloudlist-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T13:25:38.925Z","dependency_job_id":null,"purl":"pkg:github/projectdiscovery/cloudlist-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"a71036e0c55672840f7f28963f3483a29e581155","kind":"commit","published_at":"2021-06-29T23:35:15.000Z","download_url":"https://codeload.github.com/projectdiscovery/cloudlist-action/tar.gz/v1.0.0","html_url":"https://github.com/projectdiscovery/cloudlist-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T01:17:02.891Z","dependency_job_id":null,"purl":"pkg:github/projectdiscovery/cloudlist-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fcloudlist-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-18T15:39:37.107Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":18.772348033373063,"forks_count":12.117600317838697,"docker_downloads_count":null,"average":17.788041319030594},"purl":"pkg:githubactions/projectdiscovery/cloudlist-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/projectdiscovery/cloudlist-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/projectdiscovery/cloudlist-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/projectdiscovery/cloudlist-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-20T16:21:09.386Z","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":168.5,"issues_closed_count":0,"pull_requests_closed_count":2,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":2,"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/projectdiscovery%2Fcloudlist-action/issues","maintainers":[{"login":"ehsandeep","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ehsandeep"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/projectdiscovery%2Fcloudlist-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/projectdiscovery%2Fcloudlist-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/projectdiscovery%2Fcloudlist-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/projectdiscovery%2Fcloudlist-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/projectdiscovery%2Fcloudlist-action/codemeta","maintainers":[]}