Is it possible for a person to kick off a scan of a Docker image living in Google Cloud Container Repository? I have an image that's been sitting there for the past weekend and I have yet to see it scanned. I'd like to force it to be scanned, but I am not sure how to.
Asked
Active
Viewed 172 times
1 Answers
1
It is not currently possible to kick off a scan manually.
If your scans aren't triggered by a push, please verify that the account you are using to push has the "Pub/Sub Publisher" role.

Wendy Dembowski
- 11
- 1
-
Are you pushing from a vm? If so you'll need to update your vm scopes to include https://www.googleapis.com/auth/cloud-platform and https://www.googleapis.com/auth/pubsub. You can find instructions at https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#changeserviceaccountandscopes – Wendy Dembowski Mar 27 '18 at 20:51