Skip to content

Commit

Permalink
Fix eslint error and warning
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Sep 26, 2024
1 parent d2a4e22 commit efbdfb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion libs/hdf-converters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ export * from './src/utils/compliance';
export * from './src/utils/fingerprinting';
export * from './src/veracode-mapper';
export * from './src/xccdf-results-mapper';
export * from './src/zap-mapper';
export * from './src/zap-mapper';
7 changes: 0 additions & 7 deletions libs/hdf-converters/src/neuvector-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ export type NeuvectorScanJson = {
error_message: string;
};

enum DockerSecurityBenchCheckResult {
Pass = 'PASS',
Warn = 'WARN',
Note = 'NOTE',
Info = 'INFO'
}

const CWE_NIST_MAPPING = new CweNistMapping();

function cweTags(description: string): string[] | undefined {
Expand Down

0 comments on commit efbdfb7

Please sign in to comment.