Remove data flow command from SKILL.md

Removed a command for showing data flow in semgrep.
This commit is contained in:
Drew Dennison
2026-01-20 10:55:10 -08:00
committed by GitHub
parent 74e48e451e
commit c2ddd2fb50
-1
View File
@@ -63,7 +63,6 @@ semgrep --config p/security-audit --config p/trailofbits . # Multiple
```bash
semgrep --config p/security-audit --sarif -o results.sarif . # SARIF
semgrep --config p/security-audit --json -o results.json . # JSON
semgrep --config p/security-audit --dataflow-traces . # Show data flow
```
## Scan Specific Paths