fortify / helm3-charts

Fortify Helm Charts to automate deployment of Software Security Center (SSC), ScanCentral SAST and ScanCentral DAST to a Kubernetes
MIT License
11 stars 10 forks source link

SQL Server 2022 file error prevents dast-scanner and dast-utility service from running #10

Closed treisland closed 1 year ago

treisland commented 1 year ago

My SCDAST linux containers were running fine as of 8/12/2023 but now I'm getting this error in the logs for the dast-scanner and dast-utility. No changes to my configuration or deployment.

Scanners remain in a crash loop. I've deleted the chart, removed the images, and set the pullPolicy to "Always". Issue remains on redeployment.

image

Error message

SQL Server 2022 will run as non-root by default. This container is running as user mssql. To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216. /opt/mssql/bin/sqlservr: The file archive [/opt/mssql/lib/sqlservr.sfp] is invalid. Please resolve and try again.

treisland commented 1 year ago

Complete fresh install seems to have resolved the issue. My guess is something got corrupted. I completely restarted my cluster from scratch.