Skip to content

Commit 30a9db2

Browse files
author
OpenClaw
committed
Add releaserun dependency vulnerability scanner
1 parent ded8ca4 commit 30a9db2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

data/tools/releaserun.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: releaserun
2+
categories:
3+
- linter
4+
tags:
5+
- security
6+
- nodejs
7+
- python
8+
- go
9+
- rust
10+
- dockerfile
11+
license: MIT
12+
types:
13+
- cli
14+
source: "https://github.com/Releaserun/releaserun-cli"
15+
homepage: "https://releaserun.com/tools/dependency-eol-scanner/"
16+
description: >-
17+
CLI tool that scans project dependencies for known CVEs, end-of-life
18+
status, and deprecated packages across multiple ecosystems. Supports
19+
Node.js (package.json), Python (requirements.txt), Go (go.mod), Rust
20+
(Cargo.toml), and Dockerfiles. Reports vulnerability severity, EOL
21+
dates, and suggests upgrade paths. Available as npm package and GitHub
22+
Action for CI/CD integration.

0 commit comments

Comments
 (0)