Closed
Description
Is your feature request related to a problem? Please describe.
When running the tool to generate code quality reports its helpful to be able to tee the output to a file and to some human readable output using jq.
Describe the solution you'd like
RUN apk update && apk add --no-cache jq=1.6-r1
Describe alternatives you've considered
maintain a local fork :(