richiemuia - 2024-08-21

I've seen that you can use cmds like below to run SA from scripts.

system.commands["staticanalysis", "run"].execute()

But I would like to run different SA configuration files to create separate logs and cant find anywhere in the scripting engine if this is supported.

This stems from if I turn on everything, SA stops reporting issues in the message log when the list gets over 600ish issues.

Once we have done an initial clean up of code this wont be an issue, but I'm trying to get a baseline to track improvement.