Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspin committed Oct 16, 2023
1 parent 4353619 commit b8986fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ func (m *StorageMockServer) addFile(fileName string, reader io.ReadCloser) error
return err
}

// #nosec
newFile, err := os.Create(filePath)
if err != nil {
return err
Expand Down

0 comments on commit b8986fc

Please sign in to comment.