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

deps: update dependencies #206

Closed eunomie closed 1 year ago

eunomie commented 1 year ago

- What I did

Update go dependencies.

- How I did it

go get -u github.com/distribution/distribution first to fix https://github.com/distribution/distribution/issues/3590 go get -u ./... for the rest

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory)

mat007 commented 1 year ago

Linting failed with

#14 0.526 These files were changed:
#14 0.526 
#14 0.526  M go.mod
#14 0.526  M go.sum

Does this need a go mod tidy possibly?

eunomie commented 1 year ago

I changed the cache system, using a built-in cache on Go GitHub Action. At least it solved the build issue.