Skip to content

Commit e868ce4

Browse files
committed
ignore gosec issue
not a problem inside a distroless container Signed-off-by: Markus Blaschke <[email protected]>
1 parent 287cab7 commit e868ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kusto/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ func NewConfig(path string) (config Config) {
319319
config = Config{}
320320

321321
log.Infof("reading configuration from file %v", path)
322+
/* #nosec G304 */
322323
if data, err := ioutil.ReadFile(path); err == nil {
323324
filecontent = data
324325
} else {

0 commit comments

Comments
 (0)