Skip to content

davidpolaniaac/azure-devops-gitleaks-extension

Repository files navigation

Gitleaks Extension

This task downloads gitleaks and runs a gitleak scan on the specified repository. This extension uses the powerful Gitleak to analyze the credentials in repositories.

YAML Snippet

- task: gitleaks@1
  displayName: 'Git Scan'
  inputs:
    type: Default
    mode: Info

Display in Report

You can display gitleaks report in the pipeline in the extensions tab.

Remove a secret from git history

Github has a great article on this using the BFG Repo Cleaner.

About

Gitleaks is a SAST tool for detecting hardcoded secrets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published