alexjurkiewicz / ecr-scan-image

Github Action to run AWS ECR vulnerability scan on Docker image
MIT License
28 stars 23 forks source link

`findingsDetails` are not printed correctly #20

Open tomporat247 opened 2 years ago

tomporat247 commented 2 years ago

probably a misusage of .tostring() instead of JSON.stringify(). Screen Shot 2021-12-28 at 14 40 34

alexjurkiewicz commented 2 years ago

Sounds like a great first issue for someone to contribute a fix for! hint hint ;)

pzi commented 2 years ago

Wondering if the contract has changed :) Looking forward to your PR to fix it! ;)

pzi commented 2 years ago

After having a bit of a closer look and admittedly being a bit rusty on the script output, I don't see where in the script it would output/log <number> <lowercase severity> <full-stop>. You sure this is the correct repo and output from this action? Maybe add additional context?