From 5fa354e6b27dceccaf3fde91c37457ba218bec31 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Wed, 20 Sep 2023 16:54:49 +0300 Subject: [PATCH] use cnspec v8 Signed-off-by: Ivan Milchev --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fefd88f86..b26942b7d 100644 --- a/Makefile +++ b/Makefile @@ -408,11 +408,12 @@ prep/repos: # workaround for now. Needs to be removed as we move to v9 cd cnquery && git fetch && git checkout v8 test -x cnspec || git clone https://github.com/mondoohq/cnspec.git + cd cnspec && git fetch && git checkout v8 prep/repos/update: prep/repos # workaround for now. Needs to be removed as we move to v9 cd cnquery; git fetch; git checkout v8 && git pull; cd -; - cd cnspec; git checkout main && git pull; cd -; + cd cnspec; git checkout v8 && git pull; cd -; prep/ci/protoc: curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v${PROTO_VERSION}/protoc-${PROTO_VERSION}-linux-x86_64.zip