about summary refs log tree commit diff
diff options
context:
space:
mode:
-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]";
     }
     {