diff --git a/pkg/operatingsystem/resolver/resolver.go b/pkg/operatingsystem/resolver/resolver.go index 61d7a3d..2f3394a 100644 --- a/pkg/operatingsystem/resolver/resolver.go +++ b/pkg/operatingsystem/resolver/resolver.go @@ -6,7 +6,7 @@ import ( "github.com/thought-machine/falco-probes/pkg/docker" "github.com/thought-machine/falco-probes/pkg/operatingsystem" "github.com/thought-machine/falco-probes/pkg/operatingsystem/amazonlinux2" - "github.com/thought-machine/falco-probes/pkg/operatingsystem/cos" + //"github.com/thought-machine/falco-probes/pkg/operatingsystem/cos" ) // OperatingSystems represents the available operating systems to use and their constructors.