Skip to content

Commit 76af70a

Browse files
committed
Fix broken URLs in tool definitions
- Fix working URLs by updating to GitHub repositories: - linter-for-dart.yml: Update homepage to GitHub repo - fsharplint.yml: Update homepage to GitHub repo - statix.yml: Update homepage to GitHub repo - cpplint.yml: Update to current cpplint repository - specificity-graph.yml: Update homepage to GitHub repo - twiggy.yml: Update homepage to GitHub repo - Mark tools as deprecated for broken/unavailable services: - bugprove.yml: Domain unreachable - steady.yml: GitHub Pages site not found - hasmysecretleaked.yml: Gateway timeout - betterscan.yml: Website unreachable and repo archived - kubeval.yml: Domain unreachable - scrutinizer.yml: Service unavailable Fixes link checker errors reported in GitHub Actions.
1 parent e30ce76 commit 76af70a

File tree

12 files changed

+22
-16
lines changed

12 files changed

+22
-16
lines changed

data/tools/betterscan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ tags:
2121
- typescript
2222
- python
2323
- security
24-
license: AGPL-3.0
24+
license: AGPL-3.0
2525
types:
2626
- cli
27+
deprecated: true
2728
source: "https://github.com/tcosolutions/betterscan-ce"
2829
homepage: "https://github.com/tcosolutions/betterscan-ce"
2930
plans:

data/tools/bugprove.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ tags:
66
- binary
77
- c
88
- cpp
9-
- security
9+
- security
1010
license: proprietary
1111
types:
1212
- cli
1313
plans:
1414
free: true
15+
deprecated: true
1516
homepage: "https://www.bugprove.com"
1617
description: >-
1718
BugProve is a firmware analysis platform featuring both static and dynamic analysis

data/tools/cpplint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ tags:
77
license: Apache-2.0
88
types:
99
- cli
10-
source: 'https://github.com/google/styleguide/tree/gh-pages/cpplint'
11-
homepage: 'https://github.com/google/styleguide/tree/gh-pages/cpplint'
10+
source: "https://github.com/cpplint/cpplint"
11+
homepage: "https://github.com/cpplint/cpplint"
1212
description: Automated C++ checker that follows Google's style guide.

data/tools/fsharplint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tags:
66
license: MIT License
77
types:
88
- cli
9-
source: 'https://github.com/fsprojects/FSharpLint'
10-
homepage: 'https://fsprojects.github.io/FSharpLint'
9+
source: "https://github.com/fsprojects/FSharpLint"
10+
homepage: "https://github.com/fsprojects/FSharpLint"
1111
description: Lint tool for F#.

data/tools/hasmysecretleaked.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ license: proprietary
88
types:
99
- cli
1010
- service
11-
homepage: 'https://gitguardian.com/hasmysecretleaked'
12-
source: 'https://github.com/GitGuardian/ggshield'
11+
deprecated: true
12+
homepage: "https://gitguardian.com/hasmysecretleaked"
13+
source: "https://github.com/GitGuardian/ggshield"
1314
description: >-
1415
HasMySecretLeaked is a project from GitGuardian that aims to help individual users
1516
and organizations search across 20 million exposed secrets to verify if their

data/tools/kubeval.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags:
66
license: Other
77
types:
88
- cli
9+
deprecated: true
910
source: "https://github.com/instrumenta/kubeval"
1011
homepage: "https://kubeval.instrumenta.dev"
1112
description: >-

data/tools/linter-for-dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tags:
66
license: BSD 3-Clause "New" or "Revised" License
77
types:
88
- cli
9-
source: 'https://github.com/dart-lang/linter'
10-
homepage: 'https://dart-lang.github.io/linter'
9+
source: "https://github.com/dart-lang/linter"
10+
homepage: "https://github.com/dart-lang/linter"
1111
description: Style linter for Dart.

data/tools/scrutinizer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
license: proprietary
1414
types:
1515
- service
16+
deprecated: true
1617
homepage: https://scrutinizer-ci.com
1718
description: >-
1819
A proprietary code quality checker that can be integrated with GitHub.

data/tools/specificity-graph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tags:
66
license: MIT License
77
types:
88
- cli
9-
source: 'https://github.com/pocketjoso/specificity-graph'
10-
homepage: 'https://jonassebastianohlsson.com/specificity-graph'
9+
source: "https://github.com/pocketjoso/specificity-graph"
10+
homepage: "https://github.com/pocketjoso/specificity-graph"
1111
description: CSS Specificity Graph Generator.

data/tools/statix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ tags:
55
- nix
66
license: MIT
77
types:
8-
- cli
9-
source: 'https://github.com/nerdypepper/statix'
10-
homepage: 'https://git.peppe.rs/languages/statix/about/'
8+
- cli
9+
source: "https://github.com/nerdypepper/statix"
10+
homepage: "https://github.com/nerdypepper/statix"
1111
description: >-
1212
Lints and suggestions for the Nix programming language.
1313
"statix check" highlights antipatterns in Nix code. "statix fix" can fix several such occurrences.

0 commit comments

Comments
 (0)