Skip to content

Commit 7799c95

Browse files
feat(CG-1298): gql fix in the rule
1 parent 33e5b42 commit 7799c95

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/gcp/cis-1.3.0/rules/gcp-cis-1.3.0-2.13.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ and runtime information gathered within a Google Cloud resource.`,
4848
`,
4949
references: ['https://cloud.google.com/asset-inventory/docs'],
5050
gql: `{
51-
querygcpAsset {
51+
querygcpProject {
5252
id
5353
__typename
54+
assets {
55+
id
56+
}
5457
}
5558
}`,
5659
resource: 'querygcpProject[*]',

0 commit comments

Comments
 (0)