hadolint-sarif: add updateScript

This commit is contained in:
seth
2024-07-15 14:47:09 -04:00
parent ee0085a562
commit 8960ca71be
+4 -2
View File
@@ -3,6 +3,7 @@
fetchCrate,
rustPlatform,
hadolint-sarif,
nix-update-script,
testers,
}:
rustPlatform.buildRustPackage rec {
@@ -18,13 +19,14 @@ rustPlatform.buildRustPackage rec {
passthru = {
tests.version = testers.testVersion { package = hadolint-sarif; };
updateScript = nix-update-script { };
};
meta = {
description = "A CLI tool to convert hadolint diagnostics into SARIF";
homepage = "https://psastras.github.io/sarif-rs";
mainProgram = "hadolint-sarif";
maintainers = with lib.maintainers; [ getchoo ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "hadolint-sarif";
};
}