I have my image built with the github-action docker/build-push-action@v3 and it is available on my github runner.
Post this step if I execute the below step
- name: Grype scan image uses: anchore/scan-action@v6 id: grype-scan with: image: ${{ env.IMAGE_BUILD_TAG }} fail-build: false severity-cutoff: high only-fixed: true output-format: sarif
I am receiving the error
ERROR failed to catalog: errors occurred attempting to resolve <imageURI> snap: snap file "<Image-URI>" does not exist
can someone help me with this.
I have my image built with the github-action docker/build-push-action@v3 and it is available on my github runner.
Post this step if I execute the below step
- name: Grype scan image uses: anchore/scan-action@v6 id: grype-scan with: image: ${{ env.IMAGE_BUILD_TAG }} fail-build: false severity-cutoff: high only-fixed: true output-format: sarifI am receiving the error
ERROR failed to catalog: errors occurred attempting to resolve <imageURI> snap: snap file "<Image-URI>" does not existcan someone help me with this.