mxab / pre-commit-trivy

MIT License
16 stars 8 forks source link

Only scan staged files #14

Open bvolkmer opened 7 months ago

bvolkmer commented 7 months ago

Is it possible that it only scans the files staged for commit, as it is common for other hooks?

bvolkmer commented 7 months ago

As well, it would be nice if it ignores files ignored by git.

mxab commented 7 months ago

Good points, I actually have to double check why pre-commit does not do the "only staged" part for the docker_image hook