Flavors: security vs others #3345
pjungermann
started this conversation in
General
Replies: 2 comments 4 replies
-
@pjungermann there is currently no other choice than using the full flavor of MegaLinter to have ALL security linters But most of language oriented flavors contain many security linters except devskim which is not stable, space consuming and more and more boring :) Ex with java flavor: |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is it frequent to have java + terraform in the same repo ? Other linters are either SBOM, either heavy and slom (like Devskim & Kics) With trivy + checkov + gitleaks + secretlint + trufflehog, you are already well equiped about security for your java project :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MegaLinter provides various flavors. One of these flavors is the security flavor. There are also other flavors like java, javascript, python, etc.
Those flavors overlap, however, none of the others contains all linters of the security flavor.
Do you use combinations like
or just one of the language-specific flavors or any other setup?
Would it make sense to consider the security flavor rather a subset of the others and include all its linters at the others?
Beta Was this translation helpful? Give feedback.
All reactions