test: add govulncheck to makefile

This commit is contained in:
Michael Barz
2023-12-28 14:17:50 +01:00
parent 9676524070
commit 98b9fce738
7 changed files with 56 additions and 7 deletions
+4
View File
@@ -267,6 +267,10 @@ endif
mkdir -p ocis/dist
$(CALENS) --version $(CHANGELOG_VERSION) -o ocis/dist/CHANGELOG.md
.PHONY: govulncheck
govulncheck: $(GOVULNCHECK)
$(GOVULNCHECK) ./...
.PHONY: l10n-push
l10n-push:
@for extension in $(L10N_MODULES); do \