snyk 1.769.0 → 1.773.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/293.index.js
CHANGED
|
@@ -6356,7 +6356,7 @@ async function parseRes(depGraph, pkgManager, res, options, payload, payloadPoli
|
|
|
6356
6356
|
const dockerfilePackage = dockerfilePackages[vuln.name.split('/')[0]];
|
|
6357
6357
|
if (dockerfilePackage) {
|
|
6358
6358
|
vuln.dockerfileInstruction =
|
|
6359
|
-
dockerfilePackage.
|
|
6359
|
+
dockerfilePackage.installCommand;
|
|
6360
6360
|
}
|
|
6361
6361
|
vuln.dockerBaseImage = res.docker.baseImage;
|
|
6362
6362
|
return vuln;
|