diff --git a/lib/types/host-rules.ts b/lib/types/host-rules.ts index 23081f0deba75cf8f0e1008136e9dd08a33be9c2..96a6a8477d10c0025a3b4edd46a832017d3cbd87 100644 --- a/lib/types/host-rules.ts +++ b/lib/types/host-rules.ts @@ -12,4 +12,5 @@ export interface HostRule { insecureRegistry?: boolean; platform?: string; timeout?: number; + encrypted?: HostRule; }