From 68bcd14fb3f6c9941cf8d73587773e65a4b245a9 Mon Sep 17 00:00:00 2001 From: Razvan Stoica Date: Wed, 17 Mar 2021 14:05:48 +0200 Subject: [PATCH] Increase version --- docker-bench-security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 5cccc12..510ff05 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -7,7 +7,7 @@ # Checks for dozens of common best-practices around deploying Docker containers in production. # -------------------------------------------------------------------------------------------- -version='1.3.5' +version='1.3.6' # Load dependencies . ./functions/functions_lib.sh