mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-08 10:16:43 +00:00
* Initial checkin for recategorizing checks * Fix tests * Fix tests * Update example output
16 lines
336 B
YAML
16 lines
336 B
YAML
successMessage: Host port is not configured
|
|
failureMessage: Host port should not be configured
|
|
category: Security
|
|
target: Container
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
properties:
|
|
ports:
|
|
type: array
|
|
items:
|
|
properties:
|
|
hostPort:
|
|
const: 0
|