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

Commit

Permalink
Fixing question
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 committed Jun 24, 2024
1 parent 1260c68 commit 8847187
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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')
- 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

0 comments on commit 8847187

Please sign in to comment.