Retrieving ACR image vulnerability assessment reports in Jenkins
I am currently using Jenkins pipelines to build and test images, during the build stage I upload the newly created image to my Azure Container Registry. In a later stage I want to retrieve the results of the triggered image scan which takes place.
I am currently using az graph query to access the data I need, but that can be quite awkward and groovy doesn’t really like interpreting complex graph queries, is there an easier way to retrieve the vulnerability assessment in a Jenkins pipeline?
I am currently using Jenkins pipelines to build and test images, during the build stage I upload the newly created image to my Azure Container Registry. In a later stage I want to retrieve the results of the triggered image scan which takes place.I am currently using az graph query to access the data I need, but that can be quite awkward and groovy doesn’t really like interpreting complex graph queries, is there an easier way to retrieve the vulnerability assessment in a Jenkins pipeline? Read More