Skip to main content

Frequently Asked Questions

Find answers to common questions about WorkMA.

Filtered by: #github

Yes! While Nexus acts as your primary editor, you can pull from and submit Merge Requests to GitHub or GitLab directly from the WorkMA interface.

The Sentinel AI will audit your MR for security vulnerabilities before it is pushed to your external repository. This ensures code quality and security compliance.

Was this helpful? Thanks!

The Sentinel AI automatically reviews merge requests for:

  • Security vulnerabilities — SQL injection, XSS, hardcoded secrets.
  • Code quality — complexity, duplication, naming conventions.
  • Best practices — error handling, input validation, test coverage.

Findings are posted as PR comments and visible in the workspace dashboard. You can configure which rules are enabled in Admin → Sentinel Settings.

Was this helpful? Thanks!