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.
2 parents e10c3d2 + 049cc29 commit d0866cbCopy full SHA for d0866cb
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