@@ -371,6 +371,10 @@ Security and risk management supports checking the languages and infrastructure-
371371 <td><a href="https://pmd.github.io/">PMD</a>,
372372 <a href="https://github.com/opengrep/opengrep/">Opengrep</a></td>
373373 </tr>
374+ <tr>
375+ <td>AsyncAPI</td>
376+ <td><a href="https://stoplight.io/open-source/spectral/">Spectral</a></td>
377+ </tr>
374378 <tr>
375379 <td>AWS CloudFormation</td>
376380 <td><a href="https://github.com/bridgecrewio/checkov/">Checkov</a>,
@@ -398,9 +402,15 @@ Security and risk management supports checking the languages and infrastructure-
398402 <a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
399403 <a href="https://trivy.dev">Trivy</a></td>
400404 </tr>
405+ <tr>
406+ <td>CSS</td>
407+ <td><a href="https://stylelint.io/">Stylelint</a>,
408+ <a href="https://biomejs.dev/">BiomeJS</a></td>
409+ </tr>
401410 <tr>
402411 <td>Dart</td>
403- <td><a href="https://trivy.dev">Trivy</a></td>
412+ <td><a href="https://trivy.dev">Trivy</a>,
413+ <a href="https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_cli">dartanalyzer</a></td>
404414 </tr>
405415 <tr>
406416 <td>Dockerfile</td>
@@ -421,7 +431,9 @@ Security and risk management supports checking the languages and infrastructure-
421431 <td>Go</td>
422432 <td><a href="https://github.com/securego/gosec">Gosec</a><a href="#client-side"> <sup>2</sup></a>,
423433 <a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
424- <a href="https://trivy.dev">Trivy</a></td>
434+ <a href="https://trivy.dev">Trivy</a>,
435+ <a href="https://github.com/mgechev/revive">Revive</a>,
436+ <a href="https://github.com/golangci/golangci-lint">GolangCI Lint</a><a href="#client-side"> <sup>2</sup></a></td>
425437 </tr>
426438 <tr>
427439 <td>Groovy</td>
@@ -441,11 +453,13 @@ Security and risk management supports checking the languages and infrastructure-
441453 <td>JavaScript</td>
442454 <td><a href="https://eslint.org/">ESLint</a> <a href="#eslint-plugin"><sup>4</sup></a>,
443455 <a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
444- <a href="https://trivy.dev">Trivy</a></td>
456+ <a href="https://trivy.dev">Trivy</a>,
457+ <a href="https://biomejs.dev/">BiomeJS</a></td>
445458 </tr>
446459 <tr>
447460 <td>JSON</td>
448- <td><a href="https://trivy.dev">Trivy</a></td>
461+ <td><a href="https://trivy.dev">Trivy</a>,
462+ <a href="https://biomejs.dev/">BiomeJS</a></td>
449463 </tr>
450464 <tr>
451465 <td>Kotlin</td>
@@ -455,10 +469,22 @@ Security and risk management supports checking the languages and infrastructure-
455469 <td>Kubernetes</td>
456470 <td><a href="https://trivy.dev">Trivy</a> <a href="#yaml-only"><sup>1</sup></a></td>
457471 </tr>
472+ <tr>
473+ <td>Less</td>
474+ <td><a href="https://stylelint.io/">Stylelint</a></td>
475+ </tr>
476+ <tr>
477+ <td>Markdown</td>
478+ <td><a href="https://github.com/seojoonkim/agentlinter">Agentlinter</a></td>
479+ </tr>
458480 <tr>
459481 <td>Objective-C</td>
460482 <td><a href="https://clang.llvm.org/extra/clang-tidy/">Clang-Tidy</a><a href="#client-side"> <sup>2</sup></a></td>
461483 </tr>
484+ <tr>
485+ <td>OpenAPI</td>
486+ <td><a href="https://stoplight.io/open-source/spectral/">Spectral</a></td>
487+ </tr>
462488 <tr>
463489 <td>PHP</td>
464490 <td><a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a>,
@@ -491,6 +517,10 @@ Security and risk management supports checking the languages and infrastructure-
491517 <td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
492518 <a href="https://trivy.dev">Trivy</a></td>
493519 </tr>
520+ <tr>
521+ <td>Sass</td>
522+ <td><a href="https://stylelint.io/">Stylelint</a></td>
523+ </tr>
494524 <tr>
495525 <td>Scala</td>
496526 <td><a href="https://github.com/codacy/codacy-scalameta">Codacy Scalameta Pro</a>,
@@ -499,7 +529,8 @@ Security and risk management supports checking the languages and infrastructure-
499529 </tr>
500530 <tr>
501531 <td>Swift</td>
502- <td><a href="https://github.com/opengrep/opengrep/">Opengrep</a></td>
532+ <td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
533+ <a href="https://github.com/realm/SwiftLint">SwiftLint</a></td>
503534 </tr>
504535 <tr>
505536 <td>Shell</td>
@@ -519,7 +550,8 @@ Security and risk management supports checking the languages and infrastructure-
519550 <td>TypeScript</td>
520551 <td><a href="https://eslint.org/">ESLint</a> <a href="#eslint-plugin"><sup>4</sup></a>,
521552 <a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
522- <a href="https://trivy.dev">Trivy</a></td>
553+ <a href="https://trivy.dev">Trivy</a>,
554+ <a href="https://biomejs.dev/">BiomeJS</a></td>
523555 </tr>
524556 <tr>
525557 <td>Visual Basic</td>
0 commit comments