Skip to content

Enhance CI Pipeline with Sensitive File Checks #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shivasankaran18 opened this issue Mar 21, 2025 · 1 comment · May be fixed by #327
Open

Enhance CI Pipeline with Sensitive File Checks #311

shivasankaran18 opened this issue Mar 21, 2025 · 1 comment · May be fixed by #327

Comments

@shivasankaran18
Copy link

shivasankaran18 commented Mar 21, 2025

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!

@shivasankaran18
Copy link
Author

shivasankaran18 commented Mar 21, 2025

@DianaLease @dselman @ekarademir I would like to work on this issue ..

@shivasankaran18 shivasankaran18 changed the title Enhance CI Pipeline with Sensitive File Checks and Deployment Health Verification Enhance CI Pipeline with Sensitive File Checks Mar 25, 2025
@shivasankaran18 shivasankaran18 linked a pull request Mar 25, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant