ShellSentryConfig
@JsonClass(generateAdapter = true)
Represents a configuration for ShellSentryCli.
Constructors
Link copied to clipboard
constructor(version: Int = CURRENT_VERSION, @Json(name = "gradle_enterprise_server") gradleEnterpriseServer: String? = null, @Json(name = "known_issues") knownIssues: List<Issue> = KnownIssues::class.declaredMemberProperties.map { it.get(KnownIssues) as Issue }, @Json(name = "min_confidence") minConfidence: Int = 75)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A minimum confidence level on a scale of 0-100 to accept. AnalysisResults from ShellSentryExtensions with lower confidence than this will be discarded.