impossibl / pgjdbc-ng

A new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres
https://impossibl.github.io/pgjdbc-ng
Other
596 stars 108 forks source link

Vulnerability scanning #604

Open davidwheeler123 opened 1 month ago

davidwheeler123 commented 1 month ago

I'd like to add some security / vulnerability scanning into the CI pipeline.

As far as I know there's no obvious choice for this. I've used dependencyCheck, but it's slow, reporting isn't great and frequently has false-positives. I've used trivy which is a bit faster and never has false positives, but scans the dependency jars, rather than the gradle files, so it needs a bit of set up to put the jars in place to be scanned. There's also github scanning, which I've not used, and I'm sure there are many others.

Any of these options will also consume github action minutes, I'm not sure whether that's a concern or not.

Any thoughts @kdubb @davecramer?