1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

kics: add version test

This commit is contained in:
psondej 2022-11-10 04:31:34 +01:00
parent 9bbb7fb635
commit d4be94cb82

View file

@ -1,4 +1,10 @@
{ stdenv, buildGoModule, fetchFromGitHub, lib }:
{ stdenv
, buildGoModule
, fetchFromGitHub
, lib
, testers
, kics
}:
buildGoModule rec {
pname = "kics";
@ -25,6 +31,11 @@ buildGoModule rec {
"-X github.com/Checkmarx/kics/internal/constants.Version=${version}"
];
passthru.tests.version = testers.testVersion {
package = kics;
command = "kics version";
};
meta = with lib; {
description = ''
Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development