solo-io / go-utils

golang utilities
Apache License 2.0
111 stars 19 forks source link

Fix gen-security-scan-md command. #470

Closed mlholland closed 2 years ago

mlholland commented 2 years ago

1-liner fix to the scan docgen command. It needed to read in the inputted image file to get a list of images to examine. It's still a little naive since it doesn't consider version constraints in the same way the main scanning file does, but that's a nit that can be dealt with later.