dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
71 stars 15 forks source link

[BUG]: Fix Gosec error in service.go #1499

Closed daniyaliqbal2024 closed 1 month ago

daniyaliqbal2024 commented 1 month ago

Bug Description

gosec flagged an unhandled error condition in beforeServe function. Error doesn't impact the functionality but gets flag so it should be fixed. Line number: 319 in service.go

Logs

N/A

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

run gosec on the gopowermax

Expected Behavior

No gosec errors

CSM Driver(s)

csi-powermax

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

N/A

Operating System

N/A

daniyaliqbal2024 commented 1 month ago

link: 28256