Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Fixing question #697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
4 changes: 2 additions & 2 deletions jupiterone/questions/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,8 @@ questions:
'DATA_READ' AND 'DATA_WRITE')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add this pr to this repo: https://github.com/JupiterOne/integrations. This will be archived soon

- name: bad
query:
FIND google_cloud_audit_config WITH logTypes != ('ADMIN_READ' AND
'DATA_READ' AND 'DATA_WRITE')
FIND google_cloud_audit_config WITH logTypes != ('ADMIN_READ' OR
'DATA_READ' OR 'DATA_WRITE')
tags:
- cloud-audit-logging
- google-logging
Expand Down
Loading