Docker compose always uses the latest version of API and cloud scanner. This may lead to issues now that API 0.2.x is under way (and not fully compatible with V0.1.x).
To Reproduce
Expected behavior
Pin versions of cloud-scanner image and boavizta API in the docker compose file.
Do it on actual v 0.1 version (before implementing v 0.2).
This means:
publish cloud scanner docker image with a version tag (in addition to the latest tag). This means implement #166 first.
update compose to point to this version (and API tag 0.1.2)
Bug description
Docker compose always uses the latest version of API and cloud scanner. This may lead to issues now that API 0.2.x is under way (and not fully compatible with V0.1.x).
To Reproduce
Expected behavior
Pin versions of cloud-scanner image and boavizta API in the docker compose file. Do it on actual v 0.1 version (before implementing v 0.2).
This means:
latest
tag). This means implement #166 first.0.1.2
)JSON OUTPUT
Additional context