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.
Modified workflow and questions. #16
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
Uh oh!
There was an error while loading. Please reload this page.
Modified workflow and questions. #16
Changes from all commits
5c4ff7bf70f3e8be5d15a790b8d7ecdf043c67c9f1b862d30fd832f1File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
--- ### **Overview** This repository will host the source code for a GitHub app designed to detect sensitive data within repositories. The app automatically scans files for personal, health, and other critical data types, ensuring compliance with privacy regulations and reducing the risk of data exposure. ### **Features** - **Automated Scanning**: Identifies sensitive data patterns in text, PDFs, images, and more. - **GitHub Integration**: Triggered by repository events, such as file uploads, commits, or pull requests. - **Detailed Reports**: Provides actionable insights and flags files containing sensitive information, and how to resolve them. ### **Expected Supported File Types (so far)** - Text files (`.txt`) - PDF documents (`.pdf`) - Word files (`.docx`) - Images (`.png`, `.jpg`, `.jpeg`) - Comma Seperated Value files (`.csv`) - Other file types (expandable based on requirements) ### **Goals** - Enhance and prevent sensitive data concerns for GitHub repositories. - Assist developers in identifying and mitigating risks related to sensitive data exposure. - Comply with privacy standards like GDPR, HIPAA, and others. ### **Getting Started** - TBD echo "Workflow test trigger" >> README.md ### **Contributing** --- #### IMPORTANT!! To contribute to this repository, you **must** fork this repo, clone your fork and develop on your own forked repository, then PR into this. do not clone from this repository directly --- ### **License** This repository is licensed under [your chosen license]. See the `LICENSE` file for more details. ---
Overview
This repository will host the source code for a GitHub app designed to detect sensitive data within repositories. The app automatically scans files for personal, health, and other critical data types, ensuring compliance with privacy regulations and reducing the risk of data exposure.
Features
Expected Supported File Types (so far)
.txt).pdf).docx).png,.jpg,.jpeg).csv)Goals
Getting Started
echo "Workflow test trigger" >> README.md
Contributing
IMPORTANT!!
To contribute to this repository, you must fork this repo, clone your fork and develop on your own forked repository, then PR into this. do not clone from this repository directly
License
This repository is licensed under [your chosen license]. See the
LICENSEfile for more details.Uh oh!
There was an error while loading. Please reload this page.