add golangci-lint (2nd sast tool)
This commit is contained in:
parent
29d1c32e9d
commit
0573622056
3 changed files with 11 additions and 2 deletions
|
|
@ -6,4 +6,7 @@
|
|||
echo "Запуск bearer"
|
||||
./bin/bearer scan --output sast_results/bearer.txt .
|
||||
|
||||
echo "Запуск golangci-lint"
|
||||
./bin/golangci-lint run > sast_results/golangci-lint.txt
|
||||
|
||||
echo "Анализ завершён, результаты в sast_results"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue