Call --scan-history

My current pipeline is succeeding with a false-positive. After this change, it
should return a true-negative.
This commit is contained in:
William Carroll 2020-08-21 11:22:52 +01:00
parent 3f3cba7c32
commit f53b08e4a0

View file

@ -3,7 +3,7 @@
let
pipeline.steps = [
{
command = "${pkgs.git-secrets}/bin/git-secrets";
command = "${pkgs.git-secrets}/bin/git-secrets --scan-history";
label = ":briefcase: Briefcase [lint]";
}
{