Docker

Docker is a platform designed to automate the deployment, scaling, and management of applications inside lightweight, portable containers. It provides a consistent and reproducible environment, making it easier to develop, test, and deploy applications across different environments.

Usage

  • SSD gets notified for every build run in a pipeline. To identify the image for every build, it connects to the docker repo and pulls the newly built image.

  • Once the image is pulled, it runs security scans on it. The scanned results are available in the Vulnerability Management page, and Artifact section of the DBOM page.

  • SSD also collects metadata such as Artifact SHA to perform artifact integrity checks and ensure the security in the supply chain. This information gets populated in the DBOM page for audit purposes.

To Integrate Docker in SSD:

  1. Navigate to Config > Integrations.

  2. In the Artifact panel, click on Docker.

  1. The Docker integration page is displayed.

  1. Click +New Account.

  2. Enter the Account Name, Approved Artifact Repo name, Host Url, Username and Password as shown below:

    • Account Name - The name of the user docker account.

    • Approved Artifact Repo name - The name of the approved artifact repository from which the images are deployed. Security issues are raised by SSD if you try to deploy images from a different repository.

    • Host Url - The host Url link.

    • Username - The username to access the docker account.

    • Password - The password to access the docker account.

  1. Click Save. The docker account gets added.

  2. You can edit the entered values. Click the three dots provided at the end of each added account. Click Edit.

  1. Enter the new values and click Update.

The new values get updated.

Last updated