Skip to content

additional column for tool table #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🎨 pnpm run lint:fix
[dependabot skip]
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
commit 6b0e38e1ce9c7319901cfbfaa69c8684317bb2f7
62 changes: 31 additions & 31 deletions docs/tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,37 @@ Remove extraneous f prefix

## Supported Tools

| Technology | Tools | Category |
| :-------------------------- | :--------------------------------------------------------- | :---------------------------- |
| All | [Gitleaks][Gitleaks] | Code Security |
| CircleCi | [CircleCi][CircleCi] | Configuration Validation |
| CloudFormation | [Checkov][Checkov] | Code Security |
| Cppcheck | [Cppcheck][Cppcheck] | Code Quality |
| CSS | [Biome][Biome] | Code Quality |
| Docker | [Hadolint][Hadolint], [Checkov][Checkov] | Code Quality, Code Security |
| GitHub Actions | [Actionlint][Actionlint] | Code Quality |
| Go | [golangci-lint][golangci-lint] | Code Quality |
| Helm | [Checkov][Checkov] | Code Security |
| Javascript | [Biome][Biome] | Code Quality |
| JSON, JSONC | [Biome][Biome] | Code Quality |
| JSX | [Biome][Biome] | Code Quality |
| Kotlin | [Detekt][Detekt] | Code Quality |
| Kubernetes | [Checkov][Checkov] | Code Security |
| Markdown | [Markdownlint][Markdownlint], [LanguageTool][LanguageTool] | Code Quality, Grammar Checking|
| PHP | [PHPStan][PHPStan] | Code Quality |
| Plaintext | [LanguageTool][LanguageTool] | Grammar and Spell Checking |
| Java | [PMD][PMD] | Code Quality |
| Protobuf | [Buf][Buf] | Code Quality |
| Python | [Ruff][Ruff] | Code Quality |
| Regal | [Regal][Regal] | Code Quality |
| Ruby | [Rubocop][Rubocop] | Code Quality |
| Semgrep | [Semgrep][Semgrep] | Code Security |
| Shell (sh, bash, ksh, dash) | [ShellCheck][ShellCheck] | Code Quality |
| Swift | [SwiftLint][SwiftLint] | Code Quality |
| Terraform | [Checkov][Checkov] | Code Security |
| TSX | [Biome][Biome] | Code Quality |
| Typescript | [Biome][Biome] | Code Quality |
| YAML | [YamlLint][YamlLint] | Code Quality |
| Technology | Tools | Category |
| :-------------------------- | :--------------------------------------------------------- | :----------------------------- |
| All | [Gitleaks][Gitleaks] | Code Security |
| CircleCi | [CircleCi][CircleCi] | Configuration Validation |
| CloudFormation | [Checkov][Checkov] | Code Security |
| Cppcheck | [Cppcheck][Cppcheck] | Code Quality |
| CSS | [Biome][Biome] | Code Quality |
| Docker | [Hadolint][Hadolint], [Checkov][Checkov] | Code Quality, Code Security |
| GitHub Actions | [Actionlint][Actionlint] | Code Quality |
| Go | [golangci-lint][golangci-lint] | Code Quality |
| Helm | [Checkov][Checkov] | Code Security |
| Javascript | [Biome][Biome] | Code Quality |
| JSON, JSONC | [Biome][Biome] | Code Quality |
| JSX | [Biome][Biome] | Code Quality |
| Kotlin | [Detekt][Detekt] | Code Quality |
| Kubernetes | [Checkov][Checkov] | Code Security |
| Markdown | [Markdownlint][Markdownlint], [LanguageTool][LanguageTool] | Code Quality, Grammar Checking |
| PHP | [PHPStan][PHPStan] | Code Quality |
| Plaintext | [LanguageTool][LanguageTool] | Grammar and Spell Checking |
| Java | [PMD][PMD] | Code Quality |
| Protobuf | [Buf][Buf] | Code Quality |
| Python | [Ruff][Ruff] | Code Quality |
| Regal | [Regal][Regal] | Code Quality |
| Ruby | [Rubocop][Rubocop] | Code Quality |
| Semgrep | [Semgrep][Semgrep] | Code Security |
| Shell (sh, bash, ksh, dash) | [ShellCheck][ShellCheck] | Code Quality |
| Swift | [SwiftLint][SwiftLint] | Code Quality |
| Terraform | [Checkov][Checkov] | Code Security |
| TSX | [Biome][Biome] | Code Quality |
| Typescript | [Biome][Biome] | Code Quality |
| YAML | [YamlLint][YamlLint] | Code Quality |

[ShellCheck]: ./shellcheck.md
[Ruff]: ./ruff.md
Expand Down