We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c3d2 commit 049cc29Copy full SHA for 049cc29
src/kube-scanner/metadata-extractor.ts
@@ -29,7 +29,7 @@ export function buildImageMetadata(
29
const images: IWorkload[] = [];
30
for (const containerStatus of containerStatuses) {
31
if (!(containerStatus.name in containerNameToSpec)) {
32
- continue
+ continue;
33
}
34
images.push({
35
type: kind,
0 commit comments