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

test question to be deleted #690

Merged
merged 4 commits into from
May 22, 2024
Merged
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
30 changes: 30 additions & 0 deletions jupiterone/questions/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,36 @@ questions:
tags:
- google-cloud
- function
- id: integration-question-google-cloud-bucket-test-question
title: this is a test question?
description: Finds all Google Cloud storage buckets with versioning disabled
queries:
- resultsAre: INFORMATIVE
query: |
FIND google_storage_bucket as a RETURN count(a)
tags:
- google-cloud
- test
compliance:
- standard: CIS Google Cloud Platform Foundation Benchmark 2.0.0
version: v2.0.0
requirements:
- '1.1'
- id: integration-question-google-cloud-bucket-test-question-22
title: this is a test question2?
description: Finds all Google Cloud storage buckets with versioning disabled
queries:
- resultsAre: INFORMATIVE
query: |
FIND google_storage_bucket as a RETURN count(a)
tags:
- google-cloud
- test
compliance:
- standard: CIS Google Cloud Platform Foundation Benchmark 2.0.0
version: v2.0.0
requirements:
- '1.1'
################################################################################
# End generic non-compliance questions
################################################################################
Expand Down
Loading