Skip to content
activity

GitHub Action

Cloudlist Action

v1.0.1 Latest version

Cloudlist Action

activity

Cloudlist Action

Cloudlist is a tool for listing Assets from multiple Cloud Providers

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Cloudlist Action

uses: projectdiscovery/cloudlist-action@v1.0.1

Learn more about this action in projectdiscovery/cloudlist-action

Choose a version

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