mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
Fix: Add secret detection scan to security scans execution
- Add run_secret_detection() call to main() function - Install ggshield upfront for consistency with other tools - Secret detection scans will now run as part of the security scan workflow
This commit is contained in:
parent
108f7da907
commit
c89320fddd
1 changed files with 4 additions and 0 deletions
|
|
@ -207,6 +207,10 @@ main() {
|
|||
echo "Installing security scanning tools..."
|
||||
install_trivy
|
||||
install_grype
|
||||
install_ggshield
|
||||
|
||||
echo "Running secret detection scans..."
|
||||
run_secret_detection
|
||||
|
||||
echo "Running filesystem vulnerability scans..."
|
||||
run_trivy_scans
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue