Add a Scanner
Create a Container Security scanner:
-
On the Scanners page, click Add Scanner.
-
In the Scanner Name box, type a name for the scanner.
-
In the Description box, type a description for the scanner.
-
Select a platform for the scanner.
-
Click Download.
The scanner downloads to your local machine.
-
Move the scanner to your desired location using the following command:
Copymv ./consec.tar.gz
-
Activate the scanner using the following commands:
-
Untar the Container Security CLI:
Copytar xvpf ./consec.tar.gz
-
Allow executable permissions to the Container Security CLI binary file:
Copychmod +x consec
-
Start the scanner:
Copy./consec run
Note: If you are running CI/CD single image scans, you can skip this step. For more information, see Configure a CI/CD Scan.
-
What to do next: