- Updated UsersPage tests to check for specific URL formats instead of regex patterns. - Increased timeout for Go coverage report generation to handle larger repositories. - Cleaned up generated artifacts before running CodeQL analysis to reduce false positives. - Removed outdated QA testing report for authentication fixes on the certificates page. - Added final report confirming successful resolution of authentication issues with certificate endpoints. - Deleted previous test output files to maintain a clean test results directory.
12 lines
421 B
YAML
12 lines
421 B
YAML
# CodeQL Configuration File
|
|
# See: https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning
|
|
name: "Charon CodeQL Config"
|
|
|
|
# Paths to ignore from all analysis (use sparingly - prefer query-filters)
|
|
paths-ignore:
|
|
- "frontend/coverage/**"
|
|
- "frontend/dist/**"
|
|
- "playwright-report/**"
|
|
- "test-results/**"
|
|
- "coverage/**"
|