Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions plugins/cloud_storage_auditor/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"email": "dev@secuscan.local"
},
"license": "MIT",
"icon": "\ud83d\udee0\ufe0f",
"icon": "🛠️",
"engine": {
"type": "cli",
"binary": "uncover"
Expand All @@ -29,14 +29,16 @@
"label": "Search Query",
"type": "string",
"required": true,
"placeholder": "s3.amazonaws.com org:example"
"placeholder": "s3.amazonaws.com org:example",
"help": "Enter an Uncover search query to identify exposed cloud storage assets. Examples include bucket names, domains, or organization filters."
},
{
"id": "limit",
"label": "Result Limit",
"type": "integer",
"required": false,
"default": 100
"default": 100,
"help": "Maximum number of results to return. Increase for broader discovery or reduce to limit output volume."
}
],
"presets": {
Expand Down Expand Up @@ -64,5 +66,5 @@
"python_packages": [],
"system_packages": []
},
"checksum": "8327c42108570fc0b7b5379661f811d3c36b26abf904182e6634bd22145b9c7a"
"checksum": "36f2fb411bd249ff428376845c08f98cbb1cfba525f554e396d733edb4106dc7"
}
Loading