Skip to content

Commit

Permalink
use cnspec v8
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored and chris-rock committed Sep 21, 2023
1 parent a575d6a commit 5fa354e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fa354e

Please sign in to comment.