forked from nihonium/linux-auth
add bearer (1st sast tool)
This commit is contained in:
parent
381616f682
commit
29d1c32e9d
5 changed files with 113 additions and 1 deletions
9
scripts/run_sast.sh
Normal file
9
scripts/run_sast.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
# --------------------------------------
|
||||
# Запуск SAST анализа
|
||||
# --------------------------------------
|
||||
|
||||
echo "Запуск bearer"
|
||||
./bin/bearer scan --output sast_results/bearer.txt .
|
||||
|
||||
echo "Анализ завершён, результаты в sast_results"
|
||||
Loading…
Add table
Add a link
Reference in a new issue