Drone plugins > Probely
probely.svg

Probely

by tmendo


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

    stringrequired

    Probely's API Key

    Secret recommended

    Default: none

  • target

    stringrequired

    Probely's identifier of the target to scan

    Default: none

  • region

    stringrequired

    Probely's region where your account is hosted

    Default: none

  • scan-profile

    stringoptional

    The scan profile to use in the scan. If not defined, the scan profile will be the one defined in the target settings.

    Default: none