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:
parent
21018f28c7
commit
f98185408d
@ -31,8 +31,7 @@ policies:
|
||||
- talosctl
|
||||
- kernel
|
||||
- security
|
||||
- ^v0.8
|
||||
- '*'
|
||||
- ^v0.11
|
||||
- type: license
|
||||
spec:
|
||||
skipPaths:
|
||||
|
2
Makefile
2
Makefile
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user