SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Fix schema checks #60

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

Remove option to directly specify Docker registry username/password in lazy.y aml (security) Add comprehensive tests of schema checks

neboysa commented 7 years ago

In README.md there is a mention of labels property of an engine - labels are not supported now, as far as I can see? (Should be removed from README.md, line 213)

neboysa commented 7 years ago

README.md incorrectly lists max_warnings_per_rule and max_warnings_per_file properties of global config object. These properties are deprecated, and not used anymore (they are configured in engine-pipeline section, instead).

ierceg commented 7 years ago

@neboysa fixed