Skip to content

Commit

Permalink
remove docker user for policy check
Browse files Browse the repository at this point in the history
  • Loading branch information
gdvalle committed Sep 4, 2024
1 parent 6a10b0f commit 33d0431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ LATEST_RELEASED_SEMCONV_VERSION := $(shell git ls-remote --tags https://github.c
.PHONY: check-policies
check-policies:
docker run --rm \
-u $(DOCKER_USER) \
--mount 'type=bind,source=$(PWD)/policies,target=/home/weaver/policies,readonly' \
--mount 'type=bind,source=$(PWD)/model,target=/home/weaver/source,readonly' \
${WEAVER_CONTAINER} registry check \
Expand Down

0 comments on commit 33d0431

Please sign in to comment.