mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-15 09:31:19 +02:00
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
|
- talosctl
|
||||||
- kernel
|
- kernel
|
||||||
- security
|
- security
|
||||||
- ^v0.8
|
- ^v0.11
|
||||||
- '*'
|
|
||||||
- type: license
|
- type: license
|
||||||
spec:
|
spec:
|
||||||
skipPaths:
|
skipPaths:
|
||||||
|
2
Makefile
2
Makefile
@ -358,7 +358,7 @@ release-artifacts:
|
|||||||
|
|
||||||
.PHONY: conformance
|
.PHONY: conformance
|
||||||
conformance: ## Performs policy checks against the commit and source code.
|
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
|
.PHONY: release-notes
|
||||||
release-notes:
|
release-notes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user