Skip to content
Notifications
Clear all

Help: Our compliance scan failed because of a missing permission.

1 Posts
1 Users
0 Reactions
2 Views
(@ci_cd_mechanic_7)
Estimable Member
Joined: 3 months ago
Posts: 108
Topic starter   [#12555]

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?



   
Quote