-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(compliance): add SOC2 GCP Processing Integrity requirements #9464
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
feat(compliance): add SOC2 GCP Processing Integrity requirements #9464
Conversation
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
|
✅ All necessary |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9464 +/- ##
==========================================
+ Coverage 92.38% 92.96% +0.58%
==========================================
Files 156 126 -30
Lines 22279 3013 -19266
==========================================
- Hits 20582 2801 -17781
+ Misses 1697 212 -1485
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
🔒 Container Security ScanImage: 📊 Vulnerability Summary
3 package(s) affected
|
jfagoagas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition 🎖️
…-requirements-gcp
Description
This pull request adds new SOC 2 Processing Integrity controls for Google Cloud Platform (GCP) to the
prowler/compliance/gcp/soc2_gcp.jsoncompliance file. These additions expand coverage for automated checks related to system inputs, data processing, system outputs, and stored data, enhancing the overall compliance framework.Processing Integrity Controls Added:
PI1.2to ensure system inputs are measured, recorded, and monitored for completeness and accuracy, with checks for logging and audit capabilities.PI1.3to verify data is processed completely and accurately, with checks for configuration change monitoring and audit logs.System Output and Data Storage Controls:
PI1.4to ensure outputs are complete, accurate, securely distributed, and retained, including checks for encryption and access controls.PI1.5to protect stored data from unauthorized modification, theft, or corruption, with checks for encryption, backups, and key management.Steps to review
Please add a detailed description of how to review this PR.
Checklist
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.