Skip to content

Commit 4277f9c

Browse files
committed
Add DepWarden — free SCA + SAST scanner (15 languages, no account)
1 parent 66668c6 commit 4277f9c

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

data/tools/depwarden.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: DepWarden
2+
categories:
3+
- linter
4+
tags:
5+
- cargo
6+
- ci
7+
- configmanagement
8+
- dockerfile
9+
- go
10+
- java
11+
- javascript
12+
- json
13+
- kubernetes
14+
- php
15+
- python
16+
- ruby
17+
- rust
18+
- security
19+
- terraform
20+
- typescript
21+
- yaml
22+
license: MIT
23+
types:
24+
- cli
25+
- service
26+
source: "https://github.com/Rushabh5000/dep-warden"
27+
homepage: "https://depwarden.in"
28+
description: >-
29+
Free, anonymous SCA + SAST scanner. SCA: scans npm, PyPI,
30+
Maven, Go, Cargo, Ruby, NuGet dependencies for CVEs (OSV/KEV/EPSS),
31+
typosquats and supply-chain risk. SAST: pattern + taint analysis
32+
for 15 languages, 300+ rules. No account, no source upload.
33+
Available as a web tool, zero-install CLI and GitHub Action.

0 commit comments

Comments
 (0)