secretscanner: restrict platforms to x86_64-linux

authored by Maksym Balatsko and committed by Yt 8cdc1087 313d0245

+1
+1
pkgs/tools/security/secretscanner/default.nix
··· 50 50 description = "Tool to find secrets and passwords in container images and file systems"; 51 51 homepage = "https://github.com/deepfence/SecretScanner"; 52 52 changelog = "https://github.com/deepfence/SecretScanner/releases/tag/v${version}"; 53 + platforms = [ "x86_64-linux" ]; 53 54 license = with licenses; [ mit ]; 54 55 maintainers = with maintainers; [ fab ]; 55 56 };