diff --git a/.conform.yaml b/.conform.yaml index 5318e34f7..6b211aae1 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -31,8 +31,7 @@ policies: - talosctl - kernel - security - - ^v0.8 - - '*' + - ^v0.11 - type: license spec: skipPaths: diff --git a/Makefile b/Makefile index b31b188f8..29106b075 100644 --- a/Makefile +++ b/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: