We are getting image scan error for the pipeline we created
Pipeline is using azure/container-scan@v0 to scan container
Once pipeline ran, it throws below error
Error: FATAL image scan error: scan error: scan failed: failed analysis: analyze error: timeout: context deadline exceeded.
It was noticed that this timeout error occurred after every 3 (approx) minutes, so we tried to increase timeout using below lines
env:
TRIVY_TIMEOUT: "10m0s"
But still we are getting same error.
Looking forward for valuable suggestion/feedback.
We are getting image scan error for the pipeline we created
Pipeline is using azure/container-scan@v0 to scan container
Once pipeline ran, it throws below error
Error: FATAL image scan error: scan error: scan failed: failed analysis: analyze error: timeout: context deadline exceeded.
It was noticed that this timeout error occurred after every 3 (approx) minutes, so we tried to increase timeout using below lines
env:
TRIVY_TIMEOUT: "10m0s"
But still we are getting same error.
Looking forward for valuable suggestion/feedback.