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 #693 from JupiterOne/test2
Browse files Browse the repository at this point in the history
Update questions.yaml
  • Loading branch information
mikiodehartj1 authored May 31, 2024
2 parents 77fa354 + 2ce3259 commit 8698e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jupiterone/questions/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ questions:
- 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
description: Finds all Google Cloud compute instances. This question had the description + query changed.
queries:
- resultsAre: INFORMATIVE
query: |
FIND google_storage_bucket as a RETURN count(a)
FIND google_compute_instance as a RETURN count(a)
tags:
- google-cloud
- test
Expand All @@ -120,8 +120,8 @@ questions:
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
title: this is a test question22?
description: Finds all Google Cloud storage buckets. This question had the description + title changed.
queries:
- resultsAre: INFORMATIVE
query: |
Expand Down

0 comments on commit 8698e32

Please sign in to comment.