snyk / leaky-vessels-static-detector

Static detection tool for runc and Docker "Leaky Vessels" vulnerabilities
https://snyk.io/blog/leaky-vessels-docker-runc-container-breakout-vulnerabilities/
Apache License 2.0
94 stars 17 forks source link

Parsing image:tag failed with err=Syntax error #18

Open boreckyjiri opened 6 months ago

boreckyjiri commented 6 months ago

Dear all,

I get the result of Leaky Vessels Static Detector:

time="2024-03-18T13:19:08+01:00" level=info msg="[ + ] Running Leaky Vessels Static Detector"
time="2024-03-18T13:19:08+01:00" level=debug msg="[ + ] Getting docker image layer history for <image:tag>"
time="2024-03-18T13:19:08+01:00" level=debug msg="[ + ] Getting image inspect data for <image:tag>"
time="2024-03-18T13:19:09+01:00" level=error msg="[ + ] Syntax error - can't find = in \"Cloud\". Must be of the form: name=value"
time="2024-03-18T13:19:09+01:00" level=error msg="[ + ] Parsing <image:tag> failed with err=Syntax error - can't find = in \"Cloud\". Must be of the form: name=value"
time="2024-03-18T13:19:09+01:00" level=error msg="[ + ] Base image analysis failed."
time="2024-03-18T13:19:09+01:00" level=info msg="[ + ] No issues found."
exit status 3

Any ideas how to solve this?

Thank you