library
turbot/urlscan
OverviewPipelines
0
Triggers
0
Variables
GitHub

Submit URL Scan

Submit an URL to be scanned.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run urlscan.pipeline.submit_url_scan \
--arg 'url=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = urlscan.pipeline.submit_url_scan
args = {
url = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
urlstringYesThe URL to be scanned.-

Outputs

NameDescription
url_scan_resultThe details of the submitted URL scan.

Tags

type = featured