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:
parent
3f3cba7c32
commit
f53b08e4a0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
pipeline.steps = [
|
pipeline.steps = [
|
||||||
{
|
{
|
||||||
command = "${pkgs.git-secrets}/bin/git-secrets";
|
command = "${pkgs.git-secrets}/bin/git-secrets --scan-history";
|
||||||
label = ":briefcase: Briefcase [lint]";
|
label = ":briefcase: Briefcase [lint]";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue