Static code analysis for your Infrastructure Deployments
Static code analysis for your application code is (for most) companies now a standard. Every commit to the source control system triggers a set of events in a pipeline, commonly one of them is static code analysis. Static code analysis is the principle of checking the actual coded logic of your solution to find bugs and /or wrongly coded parts that do not comply with defined coding rules and report them back to the developer.
The principle of static code analysis helps to lighten the peer review process and should ensure that code…