secretscanner: restrict platforms to x86_64-linux

This commit is contained in:
Maksym Balatsko
2023-10-02 09:36:35 +00:00
committed by Yt
parent 313d0245a8
commit 8cdc1087b9
@@ -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 ];
};