Notifications
Clear all
Trend Micro Cloud One Reviews
1
Posts
1
Users
0
Reactions
2
Views
Topic starter
18/07/2026 8:39 pm
We’re using Trend Micro Cloud One – Container Image Security for compliance scans in our GitLab CI pipeline. The scan started failing after an update, throwing a permission error when trying to pull the scanner image.
Error:
```
ERROR: failed to pull image: ... permission denied
```
Our job config:
```yaml
compliance_scan:
image:
name: gcr.io/cloudone-containers/image-security-scan:latest
script:
- /cis
```
The pipeline service account hasn’t changed. Suspect it’s related to the registry (`gcr.io`). Did permissions for pulling the scanner image move to a private registry? What’s the required setup now?