Skip to content

Commit

Permalink
fix: remove unused verified property from config key
Browse files Browse the repository at this point in the history
  • Loading branch information
Malaydewangan09 committed Oct 22, 2024
1 parent d7305ad commit ab900cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/dependencytrack/common/ConfigKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public enum ConfigKey implements Config.Key {
REPO_META_ANALYZER_CACHE_STAMPEDE_BLOCKER_MAX_ATTEMPTS("repo.meta.analyzer.cacheStampedeBlocker.max.attempts", 10),
SYSTEM_REQUIREMENT_CHECK_ENABLED("system.requirement.check.enabled", true),
ALPINE_WORKER_POOL_DRAIN_TIMEOUT_DURATION("alpine.worker.pool.drain.timeout.duration", "PT5S"),
DEFECT_DOJO_FINDINGS_AUTO_VERIFY("defectdojo.findings.auto.verify",false);


private final String propertyName;
private final Object defaultValue;

Expand Down

0 comments on commit ab900cf

Please sign in to comment.