I am getting below error while validating my terraform kubernetes app. Can any one tell what is the issue?
I have manifest file with schema v2 already.
{
“taskReports”: [
{
"taskType": "EXECUTE_TERRAFORM_PLAN",
"taskExecutionStatus": "ISSUES_FOUND",
"digest": "Unable to start verification.",
"errorMessage": "Failed to process container images from schema file: Unexpected response.\\nHeaders:\\nHTTP/1.1 400 Bad Request\\r\\nContent-Type: application/json; charset=utf-8\\r\\ndocker-distribution-api-version: registry/2.0\\r\\nServer: Docker Registry\\r\\nVary: Accept-Encoding\\r\\nX-Content-Type-Options: nosniff\\r\\nX-Frame-Options: SAMEORIGIN\\r\\nx-gcr-using-artifact-registry: true\\r\\nx-google-artifactregistry-docker-imageref: us-docker.pkg.dev/cloud-launcher-images-prd/gcr.io/crestdata-public/test-app/test-app:1.0\\r\\nx-google-gfe-cloud-project-number:(PII Removed by Staff) \\r\\nX-Google-GFE-Backend-Request-Cost: 48.89476869076971\\r\\nX-Google-Security-Signals: FRAMEWORK=GOA\\r\\nX-Google-Security-Signals: ACTION=GOA_ACTION,ENV=borg,ENV_DEBUG=borg_job:prod-us.artifact-registry,ENV_DEBUG=borg_user:cloud-cicd-artifact-registry,ACTION_DEBUG=registrar:bootstrap.RegisterHTTP,ACTION_DEBUG=file:cloud/containers/artifacts/bin/bootstrap/goa_framework.go,RESPONSE_TYPE_DEBUG=visibility:external\\r\\nX-Google-Security-Signals: RESPONSE_TYPE=UNSAFE,ACTION=GOA_ACTION,RESPONSE_TYPE_DEBUG=content_type:enforced,ACTION_DEBUG=actionName:Docker-PutManifest\\r\\nX-Google-Security-Signals: FRAMEWORK=GO_GOOGLEHTTP,BUILD=GOOGLE3,BUILD_DEBUG=cl:933842432\\r\\nX-Google-Security-Signals: ENV=borg,ENV_DEBUG=borg_user:cloud-cicd-artifact-registry;borg_job:prod-us.artifact-registry\\r\\nX-Google-Trace: 8f13c4b5a5cada1\\r\\nX-XSS-Protection: 0\\r\\nDate: Tue, 07 Jul 2026 10:55:40 GMT\\r\\nConnection: close\\r\\n\\r\\n\\nBody:\\n{\\"errors\\":\[{\\"code\\":\\"MANIFEST_INVALID\\",\\"message\\":\\"manifest has invalid format\\"}\]}\\n"
}
]
}