Drone plugins > Gitleaks
A plugin to detect hard-coded secrets and sensitive data in your source code files.
Example
kind: pipeline
name: default
steps:
- name: run gitleaks
image: plugins/gitleaks
settings:
path: .
Properties
config
stringoptionalThe path to the gitleaks config file.
Default: none
path
stringoptionalThe path to the directory containing the source code files.
Default: .