syft: format with nixfmt
This commit is contained in:
parent
e2df5831f9
commit
c0c6f392a9
@ -1,7 +1,8 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, installShellFiles
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -80,7 +81,11 @@ buildGoModule rec {
|
||||
vulnerability detection when used with a scanner tool like Grype.
|
||||
'';
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ jk developer-guy kashw2 ];
|
||||
maintainers = with maintainers; [
|
||||
developer-guy
|
||||
jk
|
||||
kashw2
|
||||
];
|
||||
mainProgram = "syft";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user