alwaysDeny property

bool? alwaysDeny
getter/setter pair

A special-case check that always denies.

Note that this still only applies when the scope of the CheckSet applies and the image isn't exempted by an image allowlist. This check is primarily useful for testing, or to set the default behavior for all unmatched scopes to "deny".

Optional.

Implementation

core.bool? alwaysDeny;