generated from cisagov/ScubaGear
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Ensure Each Control Is Included in the Reports #158
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adhilto
added
bug
This issue or pull request addresses broken functionality
Gmail
enhancement
labels
Jan 24, 2024
13 tasks
adhilto
added a commit
that referenced
this pull request
Jan 25, 2024
Creating another PR that includes this feature enhancement plus more. |
LaurenBassett
pushed a commit
that referenced
this pull request
Feb 7, 2024
* Implement warning for missing output * Add missing reo spf check * Add rego check for 10.2 * Add rego check for 15.2 * Add rego check for 16.2 * Add missing rego checks for group 18 * Broke up the run_reporter function to satisfy linter * Initial commit of error handling code * Merge latest changes from main * Fix bad merge * Simplify Tenant Metadata (#152) * Simplify tenant metadata section and correct groups bug * Remove scope that is no longer needed * Remove unneeded OAUTH scope from readme * Merge latest changes from #158, Ensure Each Control Is Included in the Reports * Fix bad merge * Correct gmail bug, forgot to preface the dns function calls with self * Refactor long lines * Broke out error handling code into separate functions * correct error with f string * Add special case prereqs to rego files * Modify groups prereqs * Correct typo in reports API reference * If prereqs not defined, assume dependence on reports api * Fix error in provider from merge * Add missing tests for gws 18 * Fix other regressions caused by merge * Make the linter happy * Refactor long lines * Fix groups API reference links * Refactor services object to a state variable * Make customer_id and dnsclient state variables * Ensure the domains() API is called only once * Changes to satisfy the linter * Convert API reference to enums * Correct URL bugs * Add documentation * Rename api_reference to types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
🗣 Description
💭 Motivation and context
Closes #157.
📷 Screenshots (if appropriate)
🧪 Testing
Note that I did not add the missing checks for group 19, "Attachment Compliance Filtering." That is because that group is being deleted by #156. In the meantime, that means you can run ScubaGoggles and see the new error handling in practice. Once both PRs are merged to main, the warnings will go away.
✅ Pre-approval checklist
✅ Pre-merge Checklist
Squash and merge
button.✅ Post-merge Checklist