mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +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
2851c7d17a
commit
5635e99e37
@ -24,7 +24,7 @@ import (
|
|||||||
e2elog "k8s.io/kubernetes/test/e2e/framework/log"
|
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 (
|
const (
|
||||||
defaultNs = "default"
|
defaultNs = "default"
|
||||||
defaultSCName = ""
|
defaultSCName = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user