Commit 4adaa0f
committed
fix: suppress gosec G702 false positive in service_client.go
Add nosec comment to allow command execution from OS_PW_CMD environment
variable. This is an intentional feature for secure password retrieval
where the environment variable is set by operator/admin, not user input.1 parent 56b3698 commit 4adaa0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments