From f98185408d618ebcc780247ea2c42239df27a74e Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 13 Apr 2021 18:51:43 +0300 Subject: [PATCH] chore: fix conform with scopes In recent versions of conform, scope is regexp so `*` is not a valid regexp. Signed-off-by: Andrey Smirnov --- .conform.yaml | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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: