Enhance Polymer so it can run a security scanning task. What should it do?
- Scan root composer.json for security updates
- Add a script hook to builds called
security-scan which allows builds to implement their own mechanism for flagging that their setup requirements have outstanding security updates
- Add a scan task
polymer security:scan-dependencies (or some other name) that executes the above
Enhance Polymer so it can run a security scanning task. What should it do?
security-scanwhich allows builds to implement their own mechanism for flagging that their setup requirements have outstanding security updatespolymer security:scan-dependencies(or some other name) that executes the above