# SPDX-License-Identifier: Apache-2.0
# Copyright 2022 Authors of KubeArmor

.PHONY: recommend
recommend:
	@go mod tidy
	@ginkgo -r -v recommend
