The Wayback Machine - https://web.archive.org/web/20221109021211/https://github.com/projectdiscovery/cloudlist-action
Skip to content

projectdiscovery/cloudlist-action

Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

cloudlist

Cloudlist Action makes it easy to orchestrate cloudlist with GitHub Action.

Example Usage

GitHub Action running cloudlist

      - name: πŸŒ₯ Cloudlist - List them all
        uses: projectdiscovery/cloudlist-action@main
        with:
          config: cloudlist-config.yaml

Example workflow: .github/workflows/cloudlist.yml

name: πŸŒ₯ Cloudlist - List them all

on:
    schedule:
      - cron: '0 0 * * *'
    workflow_dispatch:

jobs:
  cloudlist-scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-go@v3
        with:
          go-version: 1.17

      - name: πŸŒ₯ Cloudlist - List them all
        uses: projectdiscovery/cloudlist-action@main
        with:
          config: cloudlist-config.yaml

Available Inputs

Key Description Required
config Config file to use with cloudlist true
output File to save output result false
json Format to save of output file false
flags Additional cloudlist CLI flags to use false

About

Cloudlist is a tool for listing Assets from multiple Cloud Providers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published