start
The cldkctl registry artifact scan start command initiates a security scan for a specific artifact in the container registry. This scan helps detect potential vulnerabilities in the artifact’s content, ensuring the image’s security and compliance with organizational policies.
Usage
cldkctl registry artifact scan start [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 that you want to scan. Refer to the Registry Artifact List section.
Run the following command in your terminal:
./cldkctl --registry [registry name] registry artifact scan start [artifact ID]Replace [registry name] with the target registry and [artifact id] with the ID of the artifact to scan.
Once successful, the terminal displays "✓ Artifact scanning started".

Flags
-h, --help
Help for the registry artifact scan start command.
Last updated
