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.01k stars 337 forks source link

Update base docker image for golang 1.21.11 #1029

Closed np5 closed 3 weeks ago

np5 commented 3 weeks ago

The base docker images are pinned to go 1.21. With 8fd553a, this breaks the GitHub reusable workflows. This PR pins the images to the official 1.21.11 one. This should fix the issue.

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 65.19%. Comparing base (6d0e29e) to head (83ac4f1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1029 +/- ## ========================================== - Coverage 65.20% 65.19% -0.01% ========================================== Files 149 149 Lines 12384 12384 ========================================== - Hits 8075 8074 -1 - Misses 3857 3858 +1 Partials 452 452 ```

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