1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed Apr 23 10:54:24 UTC 2025

This commit is contained in:
Automated 2025-04-23 10:54:24 +00:00
parent b589c4c4ad
commit 4d8dd33b3e
138 changed files with 4506 additions and 597 deletions

View file

@ -5,8 +5,10 @@ SYNOPSIS
gcloud scc findings list [PARENT] [--compare-duration=COMPARE_DURATION]
[--field-mask=FIELD_MASK] [--location=LOCATION; default="global"]
[--order-by=ORDER_BY] [--page-token=PAGE_TOKEN] [--read-time=READ_TIME]
[--source=SOURCE; default="-"] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
[--source=SOURCE; default="-"]
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List an organization or source's findings. To list across all sources
@ -161,6 +163,17 @@ FLAGS
--source=SOURCE; default="-"
Source id. Defaults to all sources.
At most one of these can be specified:
--folder=FOLDER
The folder ID (e.g., 456) that contains the finding.
--organization=ORGANIZATION
The organization ID (e.g., 123) that contains the finding.
--project=PROJECT
The project ID (e.g., example-project) that contains the finding.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.