Skip to content

Commit

Permalink
Fixing missing enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed Jan 16, 2017
1 parent 6fc2da3 commit 46e2bf2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public enum HubScanConfigFieldEnum {
DISTRIBUTION("hubDistribution"),
GENERATE_RISK_REPORT("shouldGenerateRiskReport"),
DRY_RUN("dryRun"),
CLEANUP_LOGS_ON_SUCCESS("cleanupLogsOnSuccess"),
EXCLUDE_PATTERNS("excludePatterns"),
MAX_WAIT_TIME_FOR_BOM_UPDATE("maxWaitTimeForBomUpdate"),
SCANMEMORY("hubScanMemory"),
TARGETS("hubTargets"),
Expand Down

0 comments on commit 46e2bf2

Please sign in to comment.