Skip to content

Commit

Permalink
Remove legacy gcloud entries from gcp provider yaml (#5194)
Browse files Browse the repository at this point in the history
These were renamed a while back. Remove the old fields/resource names

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 authored Feb 9, 2025
1 parent dcfd839 commit fe29bd2
Showing 1 changed file with 0 additions and 87 deletions.
87 changes: 0 additions & 87 deletions providers/gcp/resources/gcp.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,6 @@
# SPDX-License-Identifier: BUSL-1.1

resources:
gcloud.compute:
fields:
instances: {}
min_mondoo_version: 5.15.0
gcloud.compute.instance:
fields:
cpuPlatform: {}
deletionProtection: {}
description: {}
hostname: {}
id: {}
labels: {}
metadata: {}
name: {}
serviceAccounts: {}
status: {}
statusMessage: {}
tags: {}
min_mondoo_version: 5.15.0
gcloud.compute.serviceaccount:
fields:
email: {}
scopes: {}
min_mondoo_version: 5.15.0
gcloud.organization:
fields:
iamPolicy: {}
id: {}
lifecycleState: {}
name: {}
min_mondoo_version: 5.15.0
gcloud.project:
fields:
createTime: {}
iamPolicy: {}
id: {}
labels: {}
lifecycleState: {}
name: {}
number: {}
min_mondoo_version: 5.15.0
gcloud.resourcemanager.binding:
fields:
id: {}
members: {}
role: {}
min_mondoo_version: 5.15.0
gcloud.sql:
fields:
instances: {}
min_mondoo_version: 5.15.0
gcloud.sql.instance:
fields:
backendType: {}
connectionName: {}
currentDiskSize: {}
databaseVersion: {}
gceZone: {}
instanceType: {}
kind: {}
maxDiskSize: {}
name: {}
project: {}
region: {}
serviceAccountEmailAddress: {}
settings: {}
state: {}
min_mondoo_version: 5.15.0
gcloud.storage:
fields:
buckets: {}
min_mondoo_version: 5.15.0
gcloud.storage.bucket:
fields:
created: {}
iamConfiguration: {}
iamPolicy: {}
id: {}
kind: {}
labels: {}
location: {}
locationType: {}
name: {}
projectNumber: {}
storageClass: {}
updated: {}
min_mondoo_version: 5.15.0
gcp.accessApprovalSettings:
fields:
activeKeyVersion: {}
Expand Down

0 comments on commit fe29bd2

Please sign in to comment.