Add dump command #592

Merged
konrad merged 11 commits from feature/dump into master 2020-06-19 21:29:05 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b6fd17ab10 - Show all commits

View File

@ -93,6 +93,7 @@ func Dump(filename string) {
}
func writeFileToZip(filename string, writer *zip.Writer) error {
// #nosec
fileToZip, err := os.Open(filename)
if err != nil {
return err