I am interested to hear from anyone who has setup the Security Analysis Tool (SAT) on a GCP hosted Databricks environment.
I am in the process of getting the tool setup and I'm experiencing issues running the security_analysis_initializer notebook. The observation is that when the readBestPracticesConfigsFile() call attempts to access the CSV from the workspace location there is a file access error.
The error returned is
OSError: [Errno 5] Input/output error: '/Workspace/Users/<user>/<path>/security-analysis-tool/notebooks/Utils'
This is happening when attempting to load the default best practices CSV from the workspace location. I have been able to work around this by refactoring and using a DBFS location, but I run into this same issue again when the logging utils are being referenced.
Any pointers would be greatly appreciated.