Drone plugins > Probely
The plugin provides an easy and efficient integration of Dynamic Application Security Testing (DAST) done with Probely into your drone CI pipelines.
Example
kind: pipeline
type: docker
name: default
steps:
- name: probely-scan
image: probely/drone-io:latest
settings:
api_key: API_KEY
target_id: TARGET_ID
region: eu
scan_profile: normal
Properties
api_key
stringrequiredProbely's API Key
Secret recommendedDefault: none
target
stringrequiredProbely's identifier of the target to scan
Default: none
region
stringrequiredProbely's region where your account is hosted
Default: none
scan-profile
stringoptionalThe scan profile to use in the scan. If not defined, the scan profile will be the one defined in the target settings.
Default: none