chore: fix conform with scopes

In recent versions of conform, scope is regexp so `*` is not a valid
regexp.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
Andrey Smirnov 2021-04-13 18:51:43 +03:00 committed by talos-bot
parent 21018f28c7
commit f98185408d
2 changed files with 2 additions and 3 deletions

@ -31,8 +31,7 @@ policies:
- talosctl
- kernel
- security
- ^v0.8
- '*'
- ^v0.11
- type: license
spec:
skipPaths:

@ -358,7 +358,7 @@ release-artifacts:
.PHONY: conformance
conformance: ## Performs policy checks against the commit and source code.
docker run --rm -it -v $(PWD):/src -w /src docker.io/autonomy/conform:v0.1.0-alpha.19
docker run --rm -it -v $(PWD):/src -w /src docker.io/autonomy/conform:v0.1.0-alpha.20
.PHONY: release-notes
release-notes: