about summary refs log tree commit diff
path: root/ci
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-21T10·22+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-21T10·22+0100
commitf53b08e4a0043bad5884c09a2c750c9d9dfef714 (patch)
tree955451a63dd1d42a07128adb56f1bc47b3bd33fd /ci
parent3f3cba7c320a78b554e47c179c078ad790257065 (diff)
Call --scan-history
My current pipeline is succeeding with a false-positive. After this change, it
should return a true-negative.
Diffstat (limited to 'ci')
-rw-r--r--ci/pipelines/briefcase.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/briefcase.nix b/ci/pipelines/briefcase.nix
index d010718a1c19..9b09ef69b5d9 100644
--- a/ci/pipelines/briefcase.nix
+++ b/ci/pipelines/briefcase.nix
@@ -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]";
     }
     {