Skip to content

Commit

Permalink
comment for gosec bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyvjoy committed Aug 18, 2023
1 parent d73ac1b commit b93888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/powerflex.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func ModifyPowerflexCR(yamlString string, cr csmv1.ContainerStorageModule, fileT
if env.Name == "X_CSI_APPROVE_SDC_ENABLED" {
approveSdcEnabled = env.Value
}
if env.Name == "X_CSI_RENAME_SDC_ENABLED" { // #nosec G101
if env.Name == "X_CSI_RENAME_SDC_ENABLED" { //#nosec G101
renameSdcEnabled = env.Value
}
if env.Name == "X_CSI_RENAME_SDC_PREFIX" {
Expand Down

0 comments on commit b93888d

Please sign in to comment.