ceph-csi/internal
Niels de Vos 16c4e33b09 util: log error when closing temp fail fails in GetOMapValue()
gosec-2.3.0 complains about the following:

    [/go/src/github.com/ceph/ceph-csi/internal/util/cephcmds.go:146] - G307 (CWE-): Deferring unsafe method "*os.File" on type "Close" (Confidence: HIGH, Severity: MEDIUM)
      > defer tmpFile.Close()

By logging the error from Close(), the warning is gone.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-07-01 05:56:32 +00:00
..
cephfs cephfs: do chmod on stagingpath 2020-06-30 17:43:41 +00:00
csi-common rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
journal journal: do not return errors from remove omap func if omap missing 2020-06-22 15:41:00 +00:00
liveness cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
util util: log error when closing temp fail fails in GetOMapValue() 2020-07-01 05:56:32 +00:00