paretosecurity: 0.0.86 -> 0.0.87

This commit is contained in:
Neyts Zupan
2025-03-19 09:10:27 +00:00
parent 1bab4cb214
commit 19683d2d61
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
services.paretosecurity.enable = true;
};
# very basic test for now, need to add output asserts
testScript = ''
machine.wait_until_succeeds("paretosecurity check")
(status, out) = machine.execute("paretosecurity check")
assert status == 1, "paretosecurity did not return 1 on failing checks"
'';
}
+3 -3
View File
@@ -9,19 +9,19 @@
buildGoModule rec {
pname = "paretosecurity";
version = "0.0.86";
version = "0.0.87";
src = fetchFromGitHub {
owner = "ParetoSecurity";
repo = "agent";
rev = version;
hash = "sha256-ASWECYUfG+lmkvAwQf05mCUwwFlUrx3vI0pYbGHdbuI=";
hash = "sha256-SgMALLuGq4HGj5eo7JdvtcWOEGuUoLyC3pgamB1WBzI=";
};
# tests do network access, fix pending
doCheck = false;
vendorHash = "sha256-eqwrCbDKmXOCo0+X8w6Me2aaCQ3WQljgOtzqI01FzbU=";
vendorHash = "sha256-HReQu23sHLaxc5N8h2vYv64ruJPmY4HM9whAEKV+3Eo=";
proxyVendor = true;
subPackages = [