diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-21T10·22+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-21T10·22+0100 |
commit | f53b08e4a0043bad5884c09a2c750c9d9dfef714 (patch) | |
tree | 955451a63dd1d42a07128adb56f1bc47b3bd33fd /ci | |
parent | 3f3cba7c320a78b554e47c179c078ad790257065 (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.nix | 2 |
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]"; } { |