1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Oct 2 09:51:07 UTC 2024

This commit is contained in:
Automated 2024-10-02 09:51:07 +00:00
parent 0a5b6f11af
commit 489be55d99
133 changed files with 4948 additions and 242 deletions

View file

@ -3,7 +3,7 @@ NAME
vulnerabilities. To see all fields, use --format=json
SYNOPSIS
gcloud artifacts vulnerabilities list URI
gcloud artifacts vulnerabilities list URI [--location=LOCATION]
[--occurrence-filter=OCCURRENCE_FILTER] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
@ -24,6 +24,10 @@ POSITIONAL ARGUMENTS
Google Cloud Registry.
FLAGS
--location=LOCATION
If specified, all requests to Artifact Analysis for occurrences will go
to location specified
--occurrence-filter=OCCURRENCE_FILTER
A filter for the occurrences which will be summarized. See link for
officially supported filters:

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud artifacts vulnerabilities load-vex --source=SOURCE --uri=URI
[--project=PROJECT] [GCLOUD_WIDE_FLAG ...]
[--location=LOCATION] [--project=PROJECT] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Command loads VEX data from a Common Security Advisory Framework (CSAF)
@ -37,6 +37,10 @@ REQUIRED FLAGS
current gcloud user to verify the redirection status.
OPTIONAL FLAGS
--location=LOCATION
If specified, all requests to Artifact Analysis for occurrences will go
to location specified
--project=PROJECT
The parent project to load security advisory into.