Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability scanning #604

Open
davidwheeler123 opened this issue Jun 9, 2024 · 0 comments
Open

Vulnerability scanning #604

davidwheeler123 opened this issue Jun 9, 2024 · 0 comments

Comments

@davidwheeler123
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant