library
turbot/urlscan
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
url | string | Yes | The URL to be scanned. | - |
Outputs
Name | Description |
---|---|
url_scan_result | The details of the submitted URL scan. |
Tags
type = featured