ofschnai

Results 6 comments of 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 ![Image](https://github.com/user-attachments/assets/b0b79d8f-d854-44f9-9a83-6fda23d842e2) 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 - ![Image](https://github.com/user-attachments/assets/812af21b-0470-493e-9e9c-7ce579e5a8c7) 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...