From 5635e99e378c90a2108cec86c329cee2773b94b8 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 10 Jun 2021 16:40:48 +0530 Subject: [PATCH] e2e: correct gosec marker for credentials rule The marker for hardcoded credentials check was set wrongly and this patch address the same Signed-off-by: Humble Chirammal --- e2e/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/utils.go b/e2e/utils.go index 0fe7aedc0..82f9a1bdf 100644 --- a/e2e/utils.go +++ b/e2e/utils.go @@ -24,7 +24,7 @@ import ( e2elog "k8s.io/kubernetes/test/e2e/framework/log" ) -/* #nosec:G101, values not credententials, just a reference to the location.*/ +/* #nosec:G101, values not credentials, just a reference to the location.*/ const ( defaultNs = "default" defaultSCName = ""