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 9cbac89 commit 944a1bdCopy full SHA for 944a1bd
src/images/skopeo.ts
@@ -1,8 +1,10 @@
1
-import { SkopeoRepositoryType } from '../kube-scanner/types';
2
import { SpawnPromiseResult } from 'child-process-promise';
+
3
import { exec } from '../common/process';
4
-import config = require('../common/config');
+import * as config from'../common/config';
5
import * as credentials from './credentials';
6
+import { SkopeoRepositoryType } from '../kube-scanner/types';
7
8
9
function getUniqueIdentifier(): string {
10
const [seconds, nanoseconds] = process.hrtime();
0 commit comments