Skip to content

Commit

Permalink
dpdk-v2 ,--with-hybrid-dpdk qemu 创建 sock 权限问题 (#1739)
Browse files Browse the repository at this point in the history
* 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 <liumengxinfly@gmail.com>

(cherry picked from commit 7ac7b59)
  • Loading branch information
wlooppy authored and oilbeater committed Aug 4, 2022
1 parent 0541ce9 commit 7a1795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a1795e

Please sign in to comment.