Skip to content

Commit 049cc29

Browse files
committed
chore: missing ;
1 parent e10c3d2 commit 049cc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kube-scanner/metadata-extractor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function buildImageMetadata(
2929
const images: IWorkload[] = [];
3030
for (const containerStatus of containerStatuses) {
3131
if (!(containerStatus.name in containerNameToSpec)) {
32-
continue
32+
continue;
3333
}
3434
images.push({
3535
type: kind,

0 commit comments

Comments
 (0)