docker / scan-cli-plugin

Docker Scan is a Command Line Interface to run vulnerability detection on your Dockerfiles and Docker images
Apache License 2.0
178 stars 43 forks source link

fix linter issue on go.mod validation #199

Closed glours closed 2 years ago

glours commented 2 years ago

Signed-off-by: Guillaume Lours guillaume.lours@docker.com

Fix checksum issue introduced in the last merged PR

mat007 commented 2 years ago

How did you fix it?

glours commented 2 years ago

I removed the go.sum file, did a go mod tidy and check that the only change I had was on docker/distribution dependency