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:
Alexsander Hamir 2026-01-05 16:01:19 -08:00
parent 108f7da907
commit c89320fddd

View file

@ -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