|
332 | 332 | }
|
333 | 333 | },
|
334 | 334 | "additionalProperties": false,
|
335 |
| - "description": "Enable ast-grep | ast-grep is a code analysis tool that helps you to find patterns in your codebase using abstract syntax trees patterns. | v0.30.1" |
| 335 | + "description": "Enable ast-grep | ast-grep is a code analysis tool that helps you to find patterns in your codebase using abstract syntax trees patterns. | v0.31.1" |
336 | 336 | },
|
337 | 337 | "shellcheck": {
|
338 | 338 | "type": "object",
|
|
353 | 353 | "enabled": {
|
354 | 354 | "type": "boolean",
|
355 | 355 | "default": true,
|
356 |
| - "description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.0" |
| 356 | + "description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.2" |
357 | 357 | }
|
358 | 358 | },
|
359 | 359 | "additionalProperties": false,
|
|
366 | 366 | "enabled": {
|
367 | 367 | "type": "boolean",
|
368 | 368 | "default": true,
|
369 |
| - "description": "Enable Markdownlint | Markdownlint is a static analysis tool for Node.js with a library of rules to enforce standards and consistency for Markdown files. | Enable markdownlint integration. | v0.35.0" |
| 369 | + "description": "Enable Markdownlint | Markdownlint is a static analysis tool for Node.js with a library of rules to enforce standards and consistency for Markdown files. | Enable markdownlint integration. | v0.37.0" |
370 | 370 | }
|
371 | 371 | },
|
372 | 372 | "additionalProperties": false,
|
|
494 | 494 | "enabled": {
|
495 | 495 | "type": "boolean",
|
496 | 496 | "default": true,
|
497 |
| - "description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root. Please ensure that this file contains the `paths:` parameter. | v2.0.2" |
| 497 | + "description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root. Please ensure that this file contains the `paths:` parameter. | v2.0.3" |
498 | 498 | },
|
499 | 499 | "level": {
|
500 | 500 | "type": "string",
|
|
569 | 569 | "enabled": {
|
570 | 570 | "type": "boolean",
|
571 | 571 | "default": true,
|
572 |
| - "description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.312" |
| 572 | + "description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.334" |
573 | 573 | }
|
574 | 574 | },
|
575 | 575 | "additionalProperties": false,
|
|
612 | 612 | "enabled": {
|
613 | 613 | "type": "boolean",
|
614 | 614 | "default": true,
|
615 |
| - "description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.68.0" |
| 615 | + "description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.69.1" |
616 | 616 | }
|
617 | 617 | },
|
618 | 618 | "additionalProperties": false,
|
|
664 | 664 | "enabled": {
|
665 | 665 | "type": "boolean",
|
666 | 666 | "default": true,
|
667 |
| - "description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.7.0" |
| 667 | + "description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0" |
668 | 668 | },
|
669 | 669 | "config_file": {
|
670 | 670 | "type": "string",
|
|
694 | 694 | "enabled": {
|
695 | 695 | "type": "boolean",
|
696 | 696 | "default": true,
|
697 |
| - "description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.97.0" |
| 697 | + "description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.99.0" |
698 | 698 | },
|
699 | 699 | "config_file": {
|
700 | 700 | "type": "string",
|
|
0 commit comments