google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.15k stars 347 forks source link

fix(deps): update osv-scanner minor #1044

Closed renovate-bot closed 3 months ago

renovate-bot commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
deps.dev/api/v3 v3.0.0-20240611045547-af20eef0f1eb -> v3.0.0-20240617015216-b147e04533eb age adoption passing confidence require patch
deps.dev/util/maven af20eef -> b147e04 age adoption passing confidence require digest
deps.dev/util/resolve af20eef -> b147e04 age adoption passing confidence require digest
deps.dev/util/semver af20eef -> b147e04 age adoption passing confidence require digest
github.com/google/go-containerregistry v0.19.1 -> v0.19.2 age adoption passing confidence require patch
golang.org/x/exp fc45aab -> 7f521ea age adoption passing confidence require digest
google.golang.org/protobuf v1.34.1 -> v1.34.2 age adoption passing confidence require patch

Release Notes

google/go-containerregistry (github.com/google/go-containerregistry) ### [`v0.19.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.19.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.19.1...v0.19.2) #### What's Changed - Add JSON marshalling funcs for Digest. by [@​wlynch](https://togithub.com/wlynch) in [https://github.com/google/go-containerregistry/pull/1915](https://togithub.com/google/go-containerregistry/pull/1915) - registry: Implement Range requests for blobs by [@​jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1917](https://togithub.com/google/go-containerregistry/pull/1917) - Support podman auth file REGISTRY_AUTH_FILE. by [@​zhaoyonghe](https://togithub.com/zhaoyonghe) in [https://github.com/google/go-containerregistry/pull/1914](https://togithub.com/google/go-containerregistry/pull/1914) - feat: crane mutate platform by [@​joshwlewis](https://togithub.com/joshwlewis) in [https://github.com/google/go-containerregistry/pull/1919](https://togithub.com/google/go-containerregistry/pull/1919) - Add Context support to auth methods by [@​jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1949](https://togithub.com/google/go-containerregistry/pull/1949) - Fix windows race condition when writing image with duplicate layers by [@​dgannon991](https://togithub.com/dgannon991) in [https://github.com/google/go-containerregistry/pull/1921](https://togithub.com/google/go-containerregistry/pull/1921) - Add -O shorthand for --omit-digest-tags to crane. by [@​smoser](https://togithub.com/smoser) in [https://github.com/google/go-containerregistry/pull/1958](https://togithub.com/google/go-containerregistry/pull/1958) #### New Contributors - [@​wlynch](https://togithub.com/wlynch) made their first contribution in [https://github.com/google/go-containerregistry/pull/1915](https://togithub.com/google/go-containerregistry/pull/1915) - [@​zhaoyonghe](https://togithub.com/zhaoyonghe) made their first contribution in [https://github.com/google/go-containerregistry/pull/1914](https://togithub.com/google/go-containerregistry/pull/1914) - [@​joshwlewis](https://togithub.com/joshwlewis) made their first contribution in [https://github.com/google/go-containerregistry/pull/1919](https://togithub.com/google/go-containerregistry/pull/1919) - [@​dgannon991](https://togithub.com/dgannon991) made their first contribution in [https://github.com/google/go-containerregistry/pull/1921](https://togithub.com/google/go-containerregistry/pull/1921) - [@​smoser](https://togithub.com/smoser) made their first contribution in [https://github.com/google/go-containerregistry/pull/1958](https://togithub.com/google/go-containerregistry/pull/1958) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.19.1...v0.19.2
protocolbuffers/protobuf-go (google.golang.org/protobuf) ### [`v1.34.2`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.34.2) [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.34.1...v1.34.2) Minor feature: - [CL/589336](https://go.dev/cl/589336): gofeatures: allow setting legacy_unmarshal_json_enum feature at file level Minor bug fixes: - [CL/588875](https://go.dev/cl/588875): types/descriptorpb: regenerate using latest protobuf v27.0 release - [CL/586396](https://go.dev/cl/586396): internal/impl: fix size cache semantics with lazy decoding - [CL/585736](https://go.dev/cl/585736): reflect/protodesc: remove obsolete JSON name check from desc validator - [CL/588976](https://go.dev/cl/588976): reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry

Configuration

📅 Schedule: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.29%. Comparing base (ace9154) to head (8a9464a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1044 +/- ## ======================================= Coverage 65.28% 65.29% ======================================= Files 150 150 Lines 12498 12498 ======================================= + Hits 8159 8160 +1 + Misses 3879 3878 -1 Partials 460 460 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.