Skip to content

Commit 88daac2

Browse files
author
Amir Moualem
authored
Merge pull request #272 from snyk/chore/refactors
chore: rename "kube-scanner" to "scanner"
2 parents 008c035 + 39fab04 commit 88daac2

30 files changed

+16
-16
lines changed

src/images/skopeo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SpawnPromiseResult } from 'child-process-promise';
33
import * as processWrapper from '../common/process';
44
import * as config from'../common/config';
55
import * as credentials from './credentials';
6-
import { SkopeoRepositoryType } from '../kube-scanner/types';
6+
import { SkopeoRepositoryType } from '../scanner/types';
77

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

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as SourceMapSupport from 'source-map-support';
22
import logger = require('./common/logger');
3-
import { currentClusterName } from './kube-scanner/cluster';
4-
import { beginWatchingWorkloads } from './kube-scanner/watchers';
3+
import { currentClusterName } from './scanner/cluster';
4+
import { beginWatchingWorkloads } from './scanner/watchers';
55

66
process.on('uncaughtException', (err) => {
77
try {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)