tcosolutions/betterscan

Update osv-scan to v1.1.0 to include support for NuGet and PIP

carlin-q-scott opened this issue · 1 comments

I think you just need to run the Docker build to pull in v1.1.0

It adds support for NuGet (C#) and PIP (Python).

Note that Docker won't install latest if you're using a build cache. I tend to use exact version references in my Dockerfiles so that I can update individual layers while still making use of the cache. Otherwise, docker build --no-cache . is the way to go.