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:
Ensure that you are logged in. Refer to the Registry Login section.
Identify the Artifact ID of the artifact whose scan you want to stop. Refer to the Registry Artifact List section.
Run the following command in your terminal:
./cldkctl --registry [registry name] registry artifact scan stop [artifact ID]
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
-h, --help
Help for the registry artifact scan stop command.
Last updated
