Files
polaris/checks/hostPortSet.yaml
2020-01-02 17:55:21 +00:00

16 lines
338 B
YAML

successMessage: Host port is not configured
failureMessage: Host port should not be configured
category: Networking
target: Container
schema:
'$schema': http://json-schema.org/draft-07/schema
type: object
required:
properties:
ports:
type: array
items:
properties:
hostPort:
const: 0