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@v2 - uses: actions/setup-go@v2 with: go-version: 1.15 - 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 |