How to enable git history analysis and enable commit authors?

In this section, you will find a tutorial to make an analysis with git history activated and show who are the authors of vulnerabilities you may found.

Horusec run its analysis through Horusec-CLI and, by default, has the commit authors and the git history disabled. To enable it, add an option for each action, see on the examples below:

1. Enable analysis in all git history Rode o comando abaixo:

horusec start -p . --enable-git-history="true"

2. Enable commit authors Run the command below:

horusec start -p . --enable-commit-author="true"

Last modified May 20, 2021: Fix version 1.0.0 with new links (a868f86)