How does the build look in JFrog platform:

ARTIFACTORY: Docker build + Gitlab integration with Artifactory and scan with JFrog Xray as part of a JFrog project

AuthorFullName__c
Swarnendu Kayal
articleNumber
000005368
ft:sourceType
Salesforce
FirstPublishedDate
2022-08-10T13:53:41Z
lastModifiedDate
2022-08-10
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


3. The scan that we have done of the image before we have pushed it to the Artifactory, can be seen here - 

User-added image

Please note that the steps that we are doing here, except the docker build steps, 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.