1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Oct 16 09:53:34 UTC 2024

This commit is contained in:
Automated 2024-10-16 09:53:35 +00:00
parent 4ffb04ab9e
commit 694f6671d0
151 changed files with 4031 additions and 414 deletions

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud artifacts docker images scan RESOURCE_URI
[--additional-package-types=[ADDITIONAL_PACKAGE_TYPES,...]] [--async]
[--location=LOCATION; default="us"] [--remote] [GCLOUD_WIDE_FLAG ...]
[--location=LOCATION; default="us"] [--remote]
[--skip-package-types=[SKIP_PACKAGE_TYPES,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
You can scan a container image in a Google Cloud registry (Artifact
@ -50,13 +51,29 @@ POSITIONAL ARGUMENTS
FLAGS
--additional-package-types=[ADDITIONAL_PACKAGE_TYPES,...]
A comma-separated list of package types to scan in addition to OS
packages. ADDITIONAL_PACKAGE_TYPES must be one of:
(DEPRECATED) A comma-separated list of package types to scan in
addition to OS packages.
This flag is deprecated as scanning for all package types is now the
default. To skip scanning for specific package types, use
--skip-package-types. ADDITIONAL_PACKAGE_TYPES must be one of:
COMPOSER
PHP Composer package.
GO
Go standard library and third party packages.
MAVEN
Maven package.
NPM
NPM package.
NUGET
NuGet package.
PYTHON
Python package.
RUBYGEMS
RubyGems package.
RUST
Rust package.
--async
Return immediately, without waiting for the operation in progress to
@ -78,6 +95,27 @@ FLAGS
Whether the container image is located remotely or on your local
machine.
--skip-package-types=[SKIP_PACKAGE_TYPES,...]
A comma-separated list of package types to skip when scanning.
SKIP_PACKAGE_TYPES must be one of:
COMPOSER
PHP Composer package.
GO
Go standard library and third party packages.
MAVEN
Maven package.
NPM
NPM package.
NUGET
NuGet package.
PYTHON
Python package.
RUBYGEMS
RubyGems package.
RUST
Rust package.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,