Drone plugins > Gitleaks
gitleaks.png

Gitleaks

by drone-plugins


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

    stringoptional

    The path to the gitleaks config file.

    Default: none

  • path

    stringoptional

    The path to the directory containing the source code files.

    Default: .