Skip to content

Commit 13b03b4

Browse files
authored
Merge pull request #1149 from snyk/feat/extended-go-binary-support
feat: container Go binary scan
2 parents f85f66b + c22053c commit 13b03b4

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"needle": "^3.0.0",
5050
"sleep-promise": "^9.1.0",
5151
"snyk-config": "5.1.0",
52-
"snyk-docker-plugin": "^5.3.2",
52+
"snyk-docker-plugin": "^5.4.0",
5353
"source-map-support": "^0.5.21",
5454
"tunnel": "0.0.6",
5555
"typescript": "^4.7.4",

test/integration/kubernetes.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ test('snyk-monitor sends data to kubernetes-upstream', async () => {
323323
facts: expect.any(Array),
324324
target: { image: 'docker-image|argoproj/rollouts-demo' },
325325
},
326+
expect.any(Object),
326327
]);
327328
}
328329
});

0 commit comments

Comments
 (0)