The Code-Quality template depends on presence of a `test` stage
The Code Quality template expects a pipeline test stage. Our pipeline had test-pre (listing prior to building) and test-post (testing of built artifacts) stages, which initially led to a "yaml invalid" error. After adding a test stage, it was able to run.
It would be useful to (at least) add to the documentation of this tool that it expects some particular stage name. Or at best, spell out how one might define the stage used for an included template.