mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
Fix CI warning related to gosec
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
24405dc178
commit
4690dc6ea7
@ -32,7 +32,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
defaultNs = "default"
|
defaultNs = "default"
|
||||||
vaultSecretNs = "/secret/ceph-csi/" // nolint: gosec, #nosec
|
vaultSecretNs = "/secret/ceph-csi/" // nolint: gosec
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user