chore: purge retired QZP SaaS support code + workflow least-privilege#92
Merged
Merged
Conversation
…lege Removes the support code for the retired Quality Zero (QZP) / visual-SaaS machinery (workflows already deleted in #91): - scripts/quality/*.py — QZP SaaS gate scripts (check_codacy_zero, check_sonar_zero, check_sentry_zero, check_deepscan_zero, check_required_checks, check_quality_secrets, assert_coverage_100); only ever invoked by the deleted quality-zero workflows. Clears the CodeQL py/path-injection + py/partial-ssrf + unused-variable alerts rooted in these files. - frontend/webcoder_ui/e2e/** + playwright.chromatic.config.ts and the orphaned e2e:chromatic / e2e:applitools npm scripts — Chromatic / Applitools visual-SaaS tests, run only by the retired visual workflows. Also adds 'permissions: contents: read' to django.yml and django_ci.yml (least privilege), clearing the CodeQL actions/missing-workflow-permissions alerts. The lean 'quality' gate and 'verify' do not reference any removed path.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #91. Removes the leftover source code that supported the now-retired Quality Zero (QZP) / visual-SaaS machinery and tightens workflow permissions.
Removed (retired QZP support code)
scripts/quality/*.py— QZP SaaS gate scripts (codacy/sonar/sentry/deepscan zero-checks, required-checks/secrets asserts, coverage assert). Invoked only by the deleted quality-zero workflows. Clears the CodeQLpy/path-injection+py/partial-ssrf+ unused-variable alerts rooted there.frontend/webcoder_ui/e2e/**,playwright.chromatic.config.ts, and the orphanede2e:chromatic/e2e:applitoolsnpm scripts — Chromatic / Applitools visual-SaaS tests, run only by the retired visual workflows. Clears thejs/path-injectionalert in the applitools spec.Added
permissions: contents: readondjango.ymlanddjango_ci.yml— clears the CodeQLactions/missing-workflow-permissionsalerts.The lean
qualitygate andverifyreference none of the removed paths. The genuine app CI is unaffected.