Sha256: fcfeaa18c06f48ed64ba3a0bfa3e9251cc53f2b248fd9fe36b7df6a359c487ec
Contents?: true
Size: 502 Bytes
Versions: 11
Compression:
Stored size: 502 Bytes
Contents
# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Config # Common Configuration settings. Those in this section pertain to the # disabled assess rule functionality of the Agent. class AssessRulesConfiguration < BaseConfiguration KEYS = { disabled_rules: EMPTY_VALUE }.cs__freeze def initialize hsh super(hsh, KEYS) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems