-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Feature Request ποΈ
Use Case
We need to improve our CI pipeline by:
- Detecting unauthorized changes to sensitive files during pull requests.
Possible Solution
Implement a CI step that:
- Retrieves the list of changed files in a pull request.
- Scans for modifications to sensitive files
- Fails the PR check if unauthorized changes are detected.
Integrate checks into the CI/CD pipeline to run automatically on every PR and deployment.
Context
This enhancement improves:
- Prevents unauthorized modifications to sensitive files.
- Reduces manual verification efforts by enforcing checks in CI.
Detailed Description
- The file integrity check should scan PR changes and block unauthorized modifications.
- CI should automatically run these checks and prevent PRs or deployments from proceeding if issues are found.
π§ Breaking Changes
Yes β PRs modifying sensitive files without authorization will be blocked.
π Have you checked for similar open issues?
I checked and didn't find a similar issue.
π’ Have you read the Contributing Guidelines?
I have read the Contributing Guidelines.
π Are you willing to work on this issue?
Yes, I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
No labels