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

Commit

Permalink
Merge pull request #690 from JupiterOne/test-question-change-effect
Browse files Browse the repository at this point in the history
test question to be deleted
  • Loading branch information
mikiodehartj1 authored May 22, 2024
2 parents 59faefe + 7db966e commit 028ace1
Showing 1 changed file with 30 additions and 0 deletions.
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

0 comments on commit 028ace1

Please sign in to comment.