Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion data/tools/betterscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ tags:
- typescript
- python
- security
license: AGPL-3.0
license: AGPL-3.0
types:
- cli
deprecated: true
source: "https://github.com/tcosolutions/betterscan-ce"
homepage: "https://github.com/tcosolutions/betterscan-ce"
plans:
Expand Down
3 changes: 2 additions & 1 deletion data/tools/bugprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ tags:
- binary
- c
- cpp
- security
- security
license: proprietary
types:
- cli
plans:
free: true
deprecated: true
homepage: "https://www.bugprove.com"
description: >-
BugProve is a firmware analysis platform featuring both static and dynamic analysis
Expand Down
4 changes: 2 additions & 2 deletions data/tools/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ tags:
license: Apache-2.0
types:
- cli
source: 'https://github.com/google/styleguide/tree/gh-pages/cpplint'
homepage: 'https://github.com/google/styleguide/tree/gh-pages/cpplint'
source: "https://github.com/cpplint/cpplint"
homepage: "https://github.com/cpplint/cpplint"
description: Automated C++ checker that follows Google's style guide.
4 changes: 2 additions & 2 deletions data/tools/fsharplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags:
license: MIT License
types:
- cli
source: 'https://github.com/fsprojects/FSharpLint'
homepage: 'https://fsprojects.github.io/FSharpLint'
source: "https://github.com/fsprojects/FSharpLint"
homepage: "https://github.com/fsprojects/FSharpLint"
description: Lint tool for F#.
5 changes: 3 additions & 2 deletions data/tools/hasmysecretleaked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ license: proprietary
types:
- cli
- service
homepage: 'https://gitguardian.com/hasmysecretleaked'
source: 'https://github.com/GitGuardian/ggshield'
deprecated: true
homepage: "https://gitguardian.com/hasmysecretleaked"
source: "https://github.com/GitGuardian/ggshield"
description: >-
HasMySecretLeaked is a project from GitGuardian that aims to help individual users
and organizations search across 20 million exposed secrets to verify if their
Expand Down
1 change: 1 addition & 0 deletions data/tools/kubeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
license: Other
types:
- cli
deprecated: true
source: "https://github.com/instrumenta/kubeval"
homepage: "https://kubeval.instrumenta.dev"
description: >-
Expand Down
4 changes: 2 additions & 2 deletions data/tools/linter-for-dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags:
license: BSD 3-Clause "New" or "Revised" License
types:
- cli
source: 'https://github.com/dart-lang/linter'
homepage: 'https://dart-lang.github.io/linter'
source: "https://github.com/dart-lang/linter"
homepage: "https://github.com/dart-lang/linter"
description: Style linter for Dart.
1 change: 1 addition & 0 deletions data/tools/scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tags:
license: proprietary
types:
- service
deprecated: true
homepage: https://scrutinizer-ci.com
description: >-
A proprietary code quality checker that can be integrated with GitHub.
Expand Down
4 changes: 2 additions & 2 deletions data/tools/specificity-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags:
license: MIT License
types:
- cli
source: 'https://github.com/pocketjoso/specificity-graph'
homepage: 'https://jonassebastianohlsson.com/specificity-graph'
source: "https://github.com/pocketjoso/specificity-graph"
homepage: "https://github.com/pocketjoso/specificity-graph"
description: CSS Specificity Graph Generator.
6 changes: 3 additions & 3 deletions data/tools/statix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ tags:
- nix
license: MIT
types:
- cli
source: 'https://github.com/nerdypepper/statix'
homepage: 'https://git.peppe.rs/languages/statix/about/'
- cli
source: "https://github.com/nerdypepper/statix"
homepage: "https://github.com/nerdypepper/statix"
description: >-
Lints and suggestions for the Nix programming language.
"statix check" highlights antipatterns in Nix code. "statix fix" can fix several such occurrences.
1 change: 1 addition & 0 deletions data/tools/steady.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
license: Apache-2.0
types:
- cli
deprecated: true
source: "https://github.com/eclipse/steady"
homepage: "https://eclipse.github.io/steady/"
description: >-
Expand Down
2 changes: 1 addition & 1 deletion data/tools/twiggy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Other
types:
- cli
source: "https://github.com/rustwasm/twiggy"
homepage: "https://rustwasm.github.io/twiggy"
homepage: "https://github.com/rustwasm/twiggy"
description: >-
Analyzes a binary's call graph to profile code size. The goal is to slim down
wasm binary size.
Loading