ofschnai
ofschnai
Need help @sozercan @ashnamehrotra Also when using socket configuration for local docker images, ` - name: Set up Docker uses: crazy-max/ghaction-setup-docker@v3 with: daemon-config: | { "debug": true, "experimental": true, "features":...
@ashnamehrotra Thank you so much for your reply. Is it possible to build the image in a action and scan/patch it in next github action? Like below `- name: Set...
@ashnamehrotra I have already tried the Option 2, but I am getting below error in Trivy Scan step  And the Github Actions which I am using are as follows...
@sozercan @ashnamehrotra Also When I am trying to scan image from ACR, I am getting below error, even though ACR Login is successful in the previous step -  Below...
@ashnamehrotra I tried that it is working with ACR image but not with the local image which I am trying to build in previous step,but getting same error. Below are...
@ashnamehrotra Hi Ashna, I am using the mentioned github actions for scanning and patching the docker image stored in Azure Container Registry but getting error while patching the image. Trivy...