Releases: rapid7/icon-integrations-validators
2.17.0
Add workflow name validator, Bug fix for title filters
2.16.2 - Title validator bug fixes
This release fixes issues with numeric values in titles.
2.16.0: Merge pull request #84 from rapid7/description
Add workflow description validator
2.14.0 - Bug fix for missing required key
This release fixes a bug where if the "required" key was missing for the output of an action or trigger, the help validator would fail. This release also addresses some error formatting issues.
2.13.0: Merge pull request #81 from rapid7/workflow
Add screenshot validator
2.9.0
Add workflow validation for:
- help change log
- help.md
- yaml vendor key
- yaml version key
- yaml extension key
- yaml support key
- profanity
- files
Add unit testing for workflow validation
refactor validators for speling and grammar
Bugfix in URLValidator
Better error handling in all "with open() as f: " sections. Worked locally, but errors found in Jenkins builds.
ChangelogValidator and HelpInputOutputValidator changes
Update ChangelogValidator to validate plugin’s version history with latest version number | Update HelpInputOutputValidator error messaging
2.6.9
Update HelpInputOutputValidator to fix error messaging | Fix issue with HelpInputOutputValidator when help.md has action and trigger with same name
2.6.7
Handle plugins without actions