JoostVoskuil / azure-devops-gitleaks

This is an extension for Azure DevOps that is a wrapper arround gitleaks created by Zachary Rice for easy execution inside your pipeline. Gitleaks is a SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos. Gitleaks is an easy-to-use, all-in-one solution for finding secrets, past or present, in your code.
MIT License
25 stars 16 forks source link

Query about gitleaks scan #63

Closed priyankavit closed 1 year ago

priyankavit commented 1 year ago

Does the scan happens remotely on other server or it runs directly in azure as a service?

jessehouwing commented 1 year ago

It runs on the agent in which you run your build.

JoostVoskuil commented 1 year ago

Hi @priyankavit does this answer your question?

JoostVoskuil commented 1 year ago

Clossed, no response