All Collections
Setting up Docker container scanning
Limiting image scanning to images with specific tags
Limiting image scanning to images with specific tags
Willem Delbare avatar
Written by Willem Delbare
Updated over a week ago

By default, Aikido will always scan the last image that was uploaded in your docker repository.

In some cases it might be interesting to make sure only an image tagged with a specific tag (such as 'latest') is scanned.

Aikido allows you to set a tag filter per image. Go to container settings to enable this. (see screenshot)

It's possible to scan only images that start with specific words such as 'production-12345678'. To do this, enter the tag production-* using * as a wildcard.

Did this answer your question?