-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Using static security analysis tool? #42
Comments
Agreed. |
Do you already use another security analysis tool within the ecosystem ? You mention Snyk, but there is also OWASP Dependency-Check or Sonar Cube community edition. I'll be happy to help integrate one of them. Or help to dig into the differences between them to help taking a decision. |
Go ahead 👍 Checking dependencies with vulnerabilities is good, detect insecure patterns trough static code analysis is good too. |
Jumping in to clarify that Snyk scans both dependencies as well as first-party code (static analysis) |
Nice! |
Do you want to work integrating Snyk @fernan-x? |
Sure, I have some free time tomorrow. |
You should have a look at megalinter :) 100% free and open-source :) |
Maybe we should use Snyk or another tool to look at the source code during CI (and to run locally).
The text was updated successfully, but these errors were encountered: