Sha256: 3742733b81324c637e3070e403152a5128e79ac10d5b4e5f158cc7fd1032318b
Contents?: true
Size: 341 Bytes
Versions: 13
Compression:
Stored size: 341 Bytes
Contents
module Utils class MappingValidator def self.validate(mapping) return mapping unless mapping.include?('control.tags') && mapping['control.tags'].include?('nist') raise "Mapping file should not contain an entry for 'control.tags.nist'. NIST tags will be autogenerated via 'control.tags.cci'." end end end
Version data entries
13 entries across 13 versions & 1 rubygems