Commit 8cdc1087 authored by Maksym Balatsko's avatar Maksym Balatsko Committed by Yt
Browse files

secretscanner: restrict platforms to x86_64-linux

parent 313d0245
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ buildGoModule rec {
    description = "Tool to find secrets and passwords in container images and file systems";
    homepage = "https://github.com/deepfence/SecretScanner";
    changelog = "https://github.com/deepfence/SecretScanner/releases/tag/v${version}";
    platforms = [ "x86_64-linux" ];
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };