This page contains information related to upcoming products, features, and functionality.
It is important to note that the information presented is for informational purposes only.
Please do not rely on this information for purchasing or planning purposes.
The development, release, and timing of any products, features, or functionality may be
subject to change or delay and remain at the sole discretion of GitLab Inc.
The current experience for GitLab users in the IDE is that they must run separate
Static Analysis tools locally before pushing their code and waiting on their CI/CD
pipeline’s security scan results.
Run analyzers locally as offline analyzer
Pros:
Local data and execution simplifies performance optimization
A narrower usecase allows for a simpler, more tightly coupled design
Cons:
We would need to start supporting binary distributions along with a release cycle that limits our ability to distribute rule refinements and bugfixes
We would need to codesign our binaries especially for Mac OS.
We would need to provide documentation for installation.
We would need to provide tooling for installation.