The run-image-scan Task currently outputs the scan results as json.
The upcoming Analyser tool (where test scan results are meant to be uploaded to in the future), accepts a specific CSV format.
A script for formatting the results to the expected format already exists here.
We should add a step to the run-image-scan (or a new task altogether) that run this scripts for each test results.
The
run-image-scanTask currently outputs the scan results as json.The upcoming Analyser tool (where test scan results are meant to be uploaded to in the future), accepts a specific CSV format.
A script for formatting the results to the expected format already exists here.
We should add a step to the
run-image-scan(or a new task altogether) that run this scripts for each test results.