forked from nihonium/linux-auth
add gosec (3rd sast tool)
This commit is contained in:
parent
0573622056
commit
04969ee6f8
3 changed files with 33 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue