syft/internal/temp_dir_generator.go
Alex Goodman aac0dac0de pull in temp dir generator from stereoscope
Signed-off-by: Alex Goodman <wagoodman@gmail.com>
2021-06-26 23:40:40 -04:00

6 lines
137 B
Go

package internal
import "github.com/anchore/stereoscope/pkg/file"
var RootTempDirGenerator = file.NewTempDirGenerator(ApplicationName)