@snyk/snyk-docker-pull
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -133,3 +133,3 @@ "use strict"; | ||
fs.writeFileSync(path.join(imgDir, "manifest.json"), JSON.stringify(manifestJson)); | ||
await subProcess.execute("tar", ["cf", "image.tar", "-C", imgDir, "."], stagingDir.name); | ||
await subProcess.execute("tar", ["cf", "image.tar", "--xform", "s:\\./\\?::", "-C", imgDir, "."], stagingDir.name); | ||
return path.join(stagingDir.name, "image.tar"); | ||
@@ -136,0 +136,0 @@ } |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "2.1.0" | ||
"version": "2.1.1" | ||
} |
@@ -220,3 +220,3 @@ import { types } from "@snyk/docker-registry-v2-client"; | ||
"tar", | ||
["cf", "image.tar", "-C", imgDir, "."], | ||
["cf", "image.tar", "--xform", "s:\\./\\?::", "-C", imgDir, "."], | ||
stagingDir.name | ||
@@ -223,0 +223,0 @@ ); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34867