add gosec (3rd sast tool)

This commit is contained in:
vovuas2003 2026-03-09 10:47:20 -04:00
parent 0573622056
commit 04969ee6f8
3 changed files with 33 additions and 0 deletions

View file

@ -9,4 +9,7 @@ echo "Запуск bearer"
echo "Запуск golangci-lint"
./bin/golangci-lint run > sast_results/golangci-lint.txt
echo "Запуск gosec"
./bin/gosec -out sast_results/gosec.txt ./...
echo "Анализ завершён, результаты в sast_results"