Skip to content

Troubleshooting

Common errors encountered when setting up or running the QualiBooth Code Analysis action.

HTTP 401

QUALIBOOTH_ORG_UUID is missing or incorrect. Verify the secret is set in your CI/CD environment and matches the value shown in Portal.

HTTP 422

The QUALIBOOTH_ORG_UUID value is not a valid UUID format. Check that the value was copied correctly without extra spaces or characters.

No Issues Found

The scan completed but returned zero results. Check that:

  • QUALIBOOTH_SCAN_PATHS points to directories that exist in the workspace
  • The directories contain files matching the extensions for your QUALIBOOTH_PROJECT_TYPE

Plugin or Parse Errors

ESLint failed to parse your source files. Make sure QUALIBOOTH_PROJECT_TYPE matches your actual framework (react, vue, or html).

Missing Required Variable

The container entrypoint requires QUALIBOOTH_ORG_UUID, QUALIBOOTH_REPO, and QUALIBOOTH_SHA. Ensure all three are present in your CI environment configuration.

Wrong Branch or Repository Name

QUALIBOOTH_REPO must be in owner/repo format (e.g. my-org/my-app). For pull request scans, set QUALIBOOTH_PR_HEAD to the head commit SHA of the PR branch.