Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed May 30, 2024
1 parent 9235771 commit bf1d1ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [Better Code Hub](https://bettercodehub.com) :copyright: — Better Code Hub checks your GitHub codebase against 10 engineering guidelines devised by the authority in software quality, Software Improvement Group.

- [Betterscan](https://betterscan.io)Betterscan.io - Betterscan.io checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional). Free to use in noncommerical way, commercial requires license.
- [Betterscan CE](https://github.com/marcinguy/betterscan-ce)Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).

- [biome](https://biomejs.dev) — A toolchain for web projects, aimed to provide functionalities to maintain them. Biome formats and lints code in a fraction of a second. It is the successor to Rome. It is designed to eventually replace Biome is designed to eventually replace Babel, ESLint, webpack, Prettier, Jest, and others.

Expand Down
24 changes: 14 additions & 10 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,8 @@
"demos": null,
"wrapper": null
},
"betterscan": {
"name": "Betterscan",
"betterscan-ce": {
"name": "Betterscan CE",
"categories": [
"linter"
],
Expand All @@ -1122,19 +1122,23 @@
"typescript"
],
"other": [
"ci"
"ci",
"security"
],
"licenses": [
"BSD-3 Clause License with LGPL-2.1 with Commonsclause."
"AGPL-3.0"
],
"types": [
"service"
"cli"
],
"homepage": "https://betterscan.io",
"source": "https://github.com/marcinguy/scanmycode-ce",
"pricing": null,
"plans": null,
"description": "Betterscan.io - Betterscan.io checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional). Free to use in noncommerical way, commercial requires license.",
"homepage": "https://github.com/marcinguy/betterscan-ce",
"source": "https://github.com/marcinguy/betterscan-ce",
"pricing": "https://betterscan.io/pricing",
"plans": {
"free": false,
"oss": true
},
"description": "Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).",
"discussion": null,
"deprecated": null,
"resources": null,
Expand Down

0 comments on commit bf1d1ed

Please sign in to comment.