chore 📦: Reduce redaction level in Gitleaks check #20
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lowered the redaction level in the Gitleaks configuration to improve log readability while maintaining security.
handle_failuresto run regardless of previous job resultsReview Summary
pr-check-yaml. The previous workflow defined various checks such as leak tests, lint tests, and handling success and failure scenarios. The removal of this file will cause these checks to no longer run on pull requests. Since the removal of the checks can potentially introduce security vulnerabilities, performance issues, or maintainability problems if similar checks are not in place elsewhere, it is advised to reconsider the decision to remove this workflow file..gitea/workflows/pr-check.yaml) that automates CI checks for pull requests on Gitea. It includes leak testing, linting, and handling of successful or failed checks. Issue(s) Found: Note: Although there are no major logic, security, performance issues, or critical maintainability concerns, it is still worth considering the organization of the workflow's steps as suggested above. LGTM (With a recommendation for improving maintainability)@@ -0,0 +1,30 @@title = "Gitleaks Config"[Score: 2] Added a title for the Gitleaks configuration file.
[Lines 70-167] [Score: 3] The workflow contains multiple
stepsfor each job. Consider organizing the steps into separate functions or reusable actions to improve maintainability and readability.❌ CI checks failed.
Leak: failure
Lint: success
Pull request closed