How does the build look in the JFrog platform:

ARTIFACTORY: Maven build and containerising it with Docker build using Gitlab and integration with Artifactory and scan with JFrog Xray as part of a JFrog Project

AuthorFullName__c
Swarnendu Kayal
articleNumber
000005370
ft:sourceType
Salesforce
FirstPublishedDate
2022-08-14T06:50:06Z
lastModifiedDate
2025-05-15
VersionNumber
5

1. The build will appear in the builds section as below -

User-added image
2. Once you click on the build, it will show you the build numbers as shown below - 

User-added image

As you can see that the Xray status is also showing as the builds are scanned and the violations are given. If you would like to check the XRay status specific to a build number, then click on the build number and then go to the “XRay Data” as below - 

User-added image

The scan which was done for the image which was pushed to Artifactory, can be seen here - 

User-added image

The maven packages that we have pushed to the Artifactory are deployed to the repository and the packages have also been scanned as we can see the violations in the Xray tab as shown below - 


User-added image

Please note that the steps that we are doing here, except the docker build steps and the maven build steps from Dockerfile, are basically the steps as mentioned in this blog – https://jfrog.com/blog/manage-your-docker-builds-with-jfrog-cli-in-5-easy-steps/. Kindly go through it as well for more clarity on how the JFrog CLI works with docker.