mxab / pre-commit-trivy

MIT License
18 stars 9 forks source link

Typo in name of cache? #2

Closed proinsias closed 1 year ago

proinsias commented 1 year ago

This is a quick one. Should .pre-commit-trivv-cache by .pre-commit-trivy-cache?

mxab commented 1 year ago

Oh yeah thanks. Will fix it on the weekend. I'll also try to get precommit to use a named volume so the cache should be faster

mxab commented 1 year ago

fixed in 3dfc9a9f8133ae538dfbbe3379dab18545d943f0

mxab commented 1 year ago

unfortunately named volumes is a bit tricky with pre-commit as it automatically sets uid/gid of the host user and named volumes are root