mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
* Initial checkin for recategorizing checks * Fix tests * Fix tests * Update example output
17 lines
343 B
YAML
17 lines
343 B
YAML
successMessage: Image tag is specified
|
|
failureMessage: Image tag should be specified
|
|
category: Reliability
|
|
target: Container
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
required:
|
|
- image
|
|
allOf:
|
|
- properties:
|
|
image:
|
|
pattern: ^.+:.+$
|
|
- properties:
|
|
image:
|
|
not:
|
|
pattern: ^.+:latest$
|