atsign-foundation / at_demos

Various demos of Atsign's technology in action
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
46 stars 28 forks source link

ci: Make osv-scanner cacheable #147

Closed cpswan closed 11 months ago

cpswan commented 11 months ago

image

- What I did

Added go.sum so that Actions can cache modules used by osv-scanner

- How I did it

Copied the go.sum from the osv-scanner repo, and added the hashes for osv-scanner itself.

- How to verify it

Warning should disappear from static_analysis workflow runs.

- Description for the changelog

ci: Make go modules for osv-scanner cacheable