Page cover

stop

The cldkctl registry artifact scan stop command stops an ongoing security scan for a specific artifact. This command halts the scan process immediately and prevents further vulnerability checks from being executed.

Usage

cldkctl registry artifact scan stop [artifact ID] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Ensure that you are logged in. Refer to the Registry Login section.

  2. Identify the Artifact ID of the artifact whose scan you want to stop. Refer to the Registry Artifact List section.

  3. Run the following command in your terminal:

./cldkctl --registry [registry name] registry artifact scan stop [artifact ID]

  1. Replace [registry name] with the target registry and [artifact id] with the ID of the artifact currently being scanned.

Once successful, the terminal displays "✓ Artifact scanning stopped".

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the registry artifact scan stop command.

Last updated