This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
инструмент_semgrep [2026/03/18 08:51] val created |
инструмент_semgrep [2026/03/18 11:56] (current) val |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Инструмент Semgrep ====== | ====== Инструмент Semgrep ====== | ||
| - | <code> | + | * [[https://semgrep.dev/]] |
| - | (venv1) client1:~/pywebd# pip install semgrep | + | |
| - | (venv1) client1:~/pywebd# semgrep --config=auto --error . && echo OK || echo Problems | + | <code> |
| + | ~/pywebd# docker run --rm -v "${PWD}:/src" semgrep/semgrep semgrep --config=auto --error . && echo OK || echo Problems | ||
| </code> | </code> | ||