add bearer (1st sast tool)

This commit is contained in:
vovuas2003 2026-03-09 08:45:11 -04:00
parent 381616f682
commit 29d1c32e9d
5 changed files with 113 additions and 1 deletions

9
scripts/run_sast.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# --------------------------------------
# Запуск SAST анализа
# --------------------------------------
echo "Запуск bearer"
./bin/bearer scan --output sast_results/bearer.txt .
echo "Анализ завершён, результаты в sast_results"