Signed-off-by: Ben Dronen <dronenb@users.noreply.github.com> Co-authored-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
@@ -92,7 +92,7 @@ update-deps: ## Update dependencies across all modules (root, apis, runtime, e2e
.PHONY: license.check
license.check:
- $(DOCKER) run --rm -u $(shell id -u) -v $(shell pwd):/github/workspace apache/skywalking-eyes:0.6.0 header check
+ $(DOCKER) run --rm -u $(shell id -u) -v $(shell pwd):/github/workspace docker.io/apache/skywalking-eyes:0.9.0@sha256:b503ab18f5b29d7e04abe05668faf42f1023f9347b095d97592a5208102588ef header check
# ====================================================================================
# Golang