Hello
Some users of OpenAPI Editor have asked about this alert after running an API Audit test"
“Security Quality Gates failed”
Security Quality Gates (SQGs) are more relevant for a team setup. They’re used to enforce governance rules for security and quality on OpenAPI files, to set consistent standards for API docs and specs across a team of designers, developers, or technical writers.
An admin sets the rules and policies.
Individual members can cross-check their OpenAPI files against the team SQG policy from their IDE, to make sure it meets the requirements before submitting a PR.
This works well where the same checks are run automatically in a CI/CD pipeline for each pull-request, because there’s less risk of breaking pipeline builds when the same tests have been run in the IDE (all issues should be cleared up before a PR is submitted)
If you’re working with the freemium version, what you see are the default rules and policy settings.
Hope that clarifies the SQG alert.