Skip to content
Snippets Groups Projects
Commit 1449a450 authored by penenadpi's avatar penenadpi
Browse files

Fixed typo in compatbility matrix

parent 3f4f9cd8
No related branches found
No related tags found
No related merge requests found
......@@ -78,12 +78,13 @@ class ScanRunner:
snyk = SnykCheck()
sonar_scanner = SonarScannerCheck()
# This matrix should be revised and extended, it is just a proof of concept here as for now
init_dict = {
"terraform": ["tfsec", "tflint", "terrascan", "git-leaks", "git-secrets"],
"yaml": ["git-leaks", "yamllint", "git-leaks", "git-secrets"],
"shell": ["shellcheck", "git-leaks", "git-secrets"],
"python": ["pylint", "bandit", "pyup-safety"],
"ansible": ["ansible-lint", "steanounk-scanner"],
"ansible": ["ansible-lint", "steampunk-scanner"],
"java": ["checkstyle"],
"js": ["es-lint"],
"html": ["htmlhint"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment