From 7a1795e61e7d360ad77a2687e065d924df87dc60 Mon Sep 17 00:00:00 2001 From: "long.wang" <42292669+wlooppy@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:34:36 +0800 Subject: [PATCH] =?UTF-8?q?dpdk-v2=20=EF=BC=8C--with-hybrid-dpdk=20qemu=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=20sock=20=E6=9D=83=E9=99=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#1739)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add webhook vaildate the vpc resource whether can be deleted. * add note for dpdk-v2 install * set vhostuser dir 777 for qemu has the permission to create sock * Change gosec args to make it happy Co-authored-by: oilbeater (cherry picked from commit 7ac7b59272ed4d42df79d1b7dbc9a98bbd96b9c5) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8736752da2f..a381eb2a205 100644 --- a/Makefile +++ b/Makefile @@ -348,7 +348,7 @@ lint: echo "Code differs from gofmt's style" 1>&2 && exit 1; \ fi @GOOS=linux go vet ./... - @GOOS=linux gosec -exclude=G204,G301,G306,G404,G601 -exclude-dir=test -exclude-dir=pkg/client ./... + @GOOS=linux gosec -exclude=G204,G306,G404,G601,G301 -exclude-dir=test -exclude-dir=pkg/client ./... .PHONY: lint-windows lint-windows: