Skip to content

Commit e5f4ffd

Browse files
Merge pull request #1127 from snyk/fix/docker-plugin
fix: upgrade docker plugin for Go improvements
2 parents 027fb3e + 265ec5a commit e5f4ffd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scanner/images/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,11 @@ export async function scanImages(
115115

116116
for (const { imageName, fileSystemPath, imageWithDigest } of images) {
117117
try {
118-
const shouldIncludeAppVulns = true;
119118
const archivePath = `docker-archive:${fileSystemPath}`;
120119

121120
const pluginResponse = await scan({
122121
path: archivePath,
123122
imageNameAndTag: imageName,
124-
'app-vulns': shouldIncludeAppVulns,
125123
});
126124

127125
if (

0 commit comments

Comments
 (0)