Skip to content

Commit 944a1bd

Browse files
committed
chore: organise imports
1 parent 9cbac89 commit 944a1bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/images/skopeo.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
import { SkopeoRepositoryType } from '../kube-scanner/types';
21
import { SpawnPromiseResult } from 'child-process-promise';
2+
33
import { exec } from '../common/process';
4-
import config = require('../common/config');
4+
import * as config from'../common/config';
55
import * as credentials from './credentials';
6+
import { SkopeoRepositoryType } from '../kube-scanner/types';
7+
68

79
function getUniqueIdentifier(): string {
810
const [seconds, nanoseconds] = process.hrtime();

0 commit comments

Comments
 (0)