-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(aws): enhance metadata for glue service
#9258
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
Conversation
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
|
✅ All necessary |
🔒 Container Security ScanImage: 📊 Vulnerability Summary
3 package(s) affected
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #9258 +/- ##
==========================================
- Coverage 92.43% 3.76% -88.68%
==========================================
Files 159 830 +671
Lines 22675 23443 +768
==========================================
- Hits 20960 882 -20078
- Misses 1715 22561 +20846
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Context
Updating aws glue service metadata to conform with the new standardized metadata format used across Prowler checks, defined in #8411.
Description
This PR updates all metadata files for AWS Glue checks to adapt to the new metadata format. The changes ensure consistency with the metadata structure being adopted across all Prowler services. The modified checks are:
glue_data_catalogs_connection_passwords_encryption_enabledglue_data_catalogs_metadata_encryption_enabledglue_data_catalogs_not_publicly_accessibleglue_database_connections_ssl_enabledglue_development_endpoints_cloudwatch_logs_encryption_enabledglue_development_endpoints_job_bookmark_encryption_enabledglue_development_endpoints_s3_encryption_enabledglue_etl_jobs_amazon_s3_encryption_enabledglue_etl_jobs_cloudwatch_logs_encryption_enabledglue_etl_jobs_job_bookmark_encryption_enabledglue_etl_jobs_logging_enabledglue_ml_transform_encrypted_at_restChecklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.