mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Nov 7 09:57:40 UTC 2024
This commit is contained in:
parent
d7d92f8000
commit
7da5872e5c
106 changed files with 3468 additions and 293 deletions
|
|
@ -3,9 +3,9 @@ NAME
|
|||
findings based on a filter
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc findings bulk-mute
|
||||
gcloud alpha scc findings bulk-mute --filter=FILTER
|
||||
(--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT)
|
||||
[--filter=FILTER] [--location=LOCATION; default="global"]
|
||||
[--location=LOCATION; default="global"]
|
||||
[--mute-state=MUTE_STATE; default="muted"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -39,6 +39,9 @@ EXAMPLES
|
|||
--filter="category=\"XSS_SCRIPTING\"" --location=locations/eu
|
||||
|
||||
REQUIRED FLAGS
|
||||
--filter=FILTER
|
||||
Expression that identifies findings that should be muted.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
|
|
@ -54,9 +57,6 @@ REQUIRED FLAGS
|
|||
projects/789 or just 789.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--filter=FILTER
|
||||
The filter string which will applied to findings being muted.
|
||||
|
||||
--location=LOCATION; default="global"
|
||||
When data residency controls are enabled, this attribute specifies the
|
||||
location in which the resource is located and applicable. The location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue