mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <hchiramm@redhat.com>
This commit is contained in:
parent
fad1b602e1
commit
921975f45e
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user