Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent c14d2b1 commit 97113ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.5.7"
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.6.5"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -447,7 +447,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable SwiftLint | SwiftLint is a Swift linter. | Enable SwiftLint integration. | v0.55.1"
"description": "Enable SwiftLint | SwiftLint is a Swift linter. | Enable SwiftLint integration. | v0.57.0"
},
"config_file": {
"type": "string",
Expand Down Expand Up @@ -526,7 +526,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.18.4"
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.19.2"
}
},
"additionalProperties": false,
Expand All @@ -539,7 +539,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.219"
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.254"
}
},
"additionalProperties": false,
Expand All @@ -552,7 +552,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files. | v1.23.6"
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files. | v1.23.7"
},
"config_file": {
"type": "string",
Expand Down Expand Up @@ -595,7 +595,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.36.0"
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.42.0"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -634,7 +634,7 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.4.0"
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.5.0"
},
"config_file": {
"type": "string",
Expand Down

0 comments on commit 97113ad

Please sign in to comment.