JFrog Artifactory
Last updated
Last updated
JFrog Artifactory is a universal artifact repository manager. It is designed to store, manage, and distribute binaries and artifacts produced during the software development process. These artifacts can include compiled code, libraries, dependencies, Docker images, and more.
The following are the uses of integrating JFrog artifactory with Delivery Shield:
JFrog artifactory notifies each pipeline execution to Delivery Shield. It identifies the image for every build and connects Delivery Shield to the the artifactory repo to pull the newly built image.
Delivery Shield connects with the Artifactory repo, and pulls the images and runs the security scans on them. The scanned results are available in the Vulnerability Management page, Artifact section of the DBOM page.
JFrog artifactory helps in collecting metadata such as Artifact SHA to perform the artifact integrity checks and ensure security in the supply chain. The collected information is populated in the DBOM page for audit purposes.
Navigate to Config > Integrations.
In the Artifact panel, click on JFrog.
You can use the toggle button provided below the integration tile to enable or disable it as needed.
The JFrog integration page is displayed.
Click +New Account.
Enter the Account Name, Approved Artifact Repo name, Host Url, Username and Password as shown below:
Account Name - Enter the name of the user docker account.
Approved Artifact Repo name - Enter 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 - Enter the host Url link.
Username - Enter the username to access the docker account.
Password - Enter the password to access the docker account.
Click Save. The JFrog atrifacory account gets added.
You can edit the entered values by clicking the three dots provided at the end of each added account. Click Edit.
Enter the new values and click Update.
The new values get updated.